* config/tc-alpha.c: Change uses of void * to PTR. Change the
[deliverable/binutils-gdb.git] / gas / ChangeLog
index 04e309f68e212c0a52feabf56882eba501d85ec8..fa8e8472fdca1692f5002cce0f57c543714fdf06 100644 (file)
@@ -1,3 +1,779 @@
+Fri Nov  1 10:42:49 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * config/tc-alpha.c: Change uses of void * to PTR.  Change the
+       alpha_macro emit field to expect a const argument, and change the
+       arg field to be const.  Fix some spacing to follow the GNU
+       standard.
+
+Fri Nov  1 10:32:03 1996  Richard Henderson  <rth@tamu.edu>
+
+       * config/tc-alpha.c (md_parse_option): Add knowledge of 21164pc
+       (pca56) and 21264 (ev6) cpus.
+       (md_apply_fix): Private relocation types are now negative.
+       (alpha_force_relocation): Likewise.
+       (tc_gen_reloc): Likewise.
+       (emit_insn): Likewise.
+       (emit_ldXu): Do the right thing when the hardware can do byte insns.
+       (emit_stX): Likewise.
+       (emit_sextX): Likewise.
+
+Thu Oct 31 16:33:21 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * config/obj-coff.c (do_relocs_for): Call resolve_symbol_value on
+       a symbol found in a reloc.
+
+       * symbols.c (resolve_symbol_value): Improve the error message if
+       an undefined symbol is used in an expression.
+
+Wed Oct 30 20:15:35 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * doc/internals.texi: Rewrite, and add a lot of documentation.
+       * doc/Makefile.in (internals.info): New target.
+
+start-sanitize-v850
+Wed Oct 30 14:55:57 1996  Jeffrey A Law  (law@cygnus.com)
+
+       * config/tc-v850.h (tc_fix_adjustable): Don't adjust relocs
+       against weak symbols.
+
+Tue Oct 29 12:28:16 1996  Jeffrey A Law  (law@cygnus.com)
+
+       * config/tc-v850.c (md_assemble): Don't lose for relaxable
+       addresses like .+6.
+
+       * config/tc-v850.c (md_convert_frag): Make sure we insert the
+       fixup at the right address within the frag.
+
+       * config/tc-v850.c (md_convert_frag): Don't set fragP->fr_fix
+       to an absolute value, instead increment it as needed.
+
+       * config/tc-v850.h (TC_GENERIC_RELAX_TABLE): Define.
+       * config/tc-v850.c: Fix some indention problems.
+       (md_relax_table): Define for D9->D99 branch displacement
+       relaxing.
+       (md_convert_frag): Do something useful instead of aborting.
+       (md_estimate_size_before_relax): Likewise.
+       (md_assemble): Note if the matching instruction has a relaxable
+       operand.  If it does, allocate frag with frag_var and don't
+       do any fixups.
+
+end-sanitize-v850
+start-sanitize-d10v
+Mon Oct 28 10:48:40 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
+
+       * config/tc-d10v.h (md_cleanup): New function.  This is needed to
+       write out any buffered instructions when a ".end" is found.
+
+end-sanitize-d10v      
+Mon Oct 28 10:43:45 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
+
+       * read.c (read_a_source_file): New hook md_cleanup().
+
+Fri Oct 25 00:01:00 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * write.c (fix_new_exp): Use make_expr_symbol to build an
+       expression symbol for a complex fixup.
+
+start-sanitize-v850
+Thu Oct 24 14:31:04 1996  Jeffrey A Law  (law@cygnus.com)
+
+       * config/tc-v850.c (v850_reloc_prefix): Several disgusting
+       hacks to improve parsing of complex hi, lo, zda, etc
+       expressions.
+       (md_assemble): Don't demand and eat a trailing ')' after finding
+       a v850 relocation prefix.  Sign extend the constant in a
+       BFD_RELOC_LO16 expression.  Do eat a trailing ')' after a complete
+       operand.
+       (parse_cons_expression_v850): Don't eat a trailing ')' after
+       finding a v850 relocation prefix.
+
+       * config/tc-v850.h (TC_PARSE_CONS_EXPRESSION): Define.
+       (TC_CONS_FIX_NEW): Likewise.
+       * config/tc-v850.c (parse_cons_expression_v850): New function.
+       (cons_fix_new_v850): Likewise.
+
+       * config/tc-v850.h (tc_fix_adjustable): Don't adjust TDA relocs.
+
+end-sanitize-v850
+Wed Oct 23 18:20:29 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * config/tc-ppc.c (md_apply_fix3): Give a better warning message
+       for an unknown relocation type.
+
+start-sanitize-v850
+Wed Oct 23 16:21:28 1996  Jeffrey A Law  (law@cygnus.com)
+
+       * config/tc-v850.c (md_pseudo_table): Add .word; allocates
+       4 bytes of space.
+
+Tue Oct 22 22:01:25 1996  Jeffrey A Law  (law@cygnus.com)
+
+       * config/tc-v850.c (md_assemble): Handle TDAOFF relocs
+       differently for movea & sst/sld insns.
+
+end-sanitize-v850
+Tue Oct 22 17:09:32 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
+
+       * config/tc-d10v.c (parallel_ok): Don't allow illegal combinations
+       of instructions.
+
+Tue Oct 22 11:28:39 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * obj.h (struct format_ops): Add frob_file_after_relocs field.
+       * config/obj-multi.h (obj_frob_file_after_relocs): Define.
+       * config/obj-ecoff.c (ecoff_format_ops): Initialize new
+       frob_file_after_relocs field.
+       * config/obj-elf.c (elf_format_ops): Likewise.
+       * config/tc-mips.c: Undefine obj_frob_file_after_relocs before
+       including obj-elf.h.
+
+Mon Oct 21 11:38:30 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * config/tc-mips.c (cons_fix_new_mips): Only treat 8 byte reloc
+       specially if not ELF.
+       (md_apply_fix): Handle BFD_RELOC_64.
+       (tc_gen_reloc): Handle BFD_RELOC_64.
+
+       * config/tc-i386.c (md_apply_fix3): Don't increment value for a PC
+       relative reloc when BFD_ASSEMBLER and OBJ_AOUT (more ugly gas
+       reloc hacking).
+
+       * config/obj-aout.h (S_IS_DEFINE): non BFD_ASSEMBLER version:
+       Don't check S_GET_OTHER.
+
+Fri Oct 18 14:06:26 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * config/tc-mips.c (mips_ip): Accept an odd floating point
+       register with l.s or s.s.
+
+       * config/obj-aout.c (obj_pseudo_table): Use obj_aout_type for
+       .type pseudo-op.
+       (obj_aout_type): New static function.
+
+Thu Oct 17 17:55:17 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * Makefile.in ($(OBJS)): Depend upon libiberty.h.
+
+start-sanitize-v850
+Wed Oct 16 11:28:31 1996  Jeffrey A Law  (law@cygnus.com)
+
+       * config/tc-v850.c (v850_reloc_prefix): Recognize zdaoff, tdaoff
+       and sdaoff expressions.
+
+       * write.c (fixup_segment): Don't add symbol value to addend if
+       TC_V850 and OBJ_ELF.
+       * config/tc-v850.h (tc_fix_adjustable): Don't adjust any
+       pc-relative fixups.
+
+       * config/tc-v850.c (md_pcrel_from): Undo yesterday's changes.
+       (md_pcrel_from_section): Likewise.
+       * config/tc-v850.h (MD_PCREL_FROM_SECTION): Likewise.
+
+Tue Oct 15 23:19:00 1996  Jeffrey A Law  (law@cygnus.com)
+
+       * config/tc-v850.c (md_pcrel_from): Delete unused function.
+       (md_pcrel_from_section): New function.
+       * config/tc-v850.h (MD_PCREL_FROM_SECTION): Define.
+
+end-sanitize-v850
+Mon Oct 14 13:59:12 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * config/tc-mips.c (load_register): Add cast to offsetT when using
+       a constant with &~.
+
+Mon Oct 14 11:24:28 1996  Richard Henderson  <rth@tamu.edu>
+
+       * config/obj-elf.c (elf_frob_file): Move ECOFF debug processing to ...
+       (elf_frob_file_after_relocs): ... here.  New function.
+       * config/obj-elf.h (obj_from_file_after_relocs): New macro.
+       * write.c (write_object_file): Call *frob_after_relocs after the
+       call to write_relocs.
+
+       * config/tc-alpha.c: Use new BFD_RELOC_ALPHA_ELF_LITERAL reloc.
+
+       * config/tc-alpha.c (load_expression): Don't SET_VALUE on the section
+       symbol, as this messes up linking.  Instead, expand the recursive call
+       inline and change up the appropriate bits to get the 0x8000 offset
+       in the reloc addend.
+
+Thu Oct 10 17:30:31 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * config/tc-sparc.h (tc_fix_adjustable): Permit the difference of
+       two symbols in the same segment to be adjusted.
+
+       * configure.in: Don't get confused by CPU-VENDOR-linux-gnu.
+       * configure: Rebuild.
+
+Thu Oct 10 17:22:18 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
+
+       * config/tc-ppc.c (ppc_insert_operand): Change most warnings into
+       errors.
+       (ppc_elf_validate_fix): Ditto.
+       (md_assemble): Ditto.
+       (ppc_tc): Ditto.
+       (ppc_pe_section): Ditto.
+       (ppc_frob_symbol): Ditto.
+
+Thu Oct 10 12:05:45 1996  Jeffrey A Law  (law@cygnus.com)
+
+       * config/mn10300.c (md_assemble): Pass an extra shift count
+       to mn10300_insert_operand based on the opcode format.
+       (mn10300_insert_operand): Accept and use extra shift count
+       parameter.
+
+       * config/tc-mn10300.c (md_assemble): Use FMT_* macros for
+       formats rather than hard-coded constants.
+
+       * config/tc-mn10300.c (md_assemble): Format D5 instructions
+       are 7 bytes long.  Write out instructions in big-endian format.
+
+Tue Oct  8 14:56:15 1996  Jeffrey A Law  (law@cygnus.com)
+
+       * config/tc-mn10300.c (md_assemble): Tweak further so
+       that all instructions are parsed correctly.
+
+Tue Oct  8 13:02:21 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * as.h: Include libiberty.h.
+       (xmalloc, xrealloc): Don't declare.
+       * as.c: Don't include libiberty.h.
+       * expr.c, read.c, stabs.c, config/obj-coff.c: Likewise.
+       * config/tc-mips.c: Likewise.
+       * messages.c: Likewise.
+       (xstrerror): Don't declare.
+       * xmalloc.c: Remove.
+
+Mon Oct  7 16:53:23 1996  Jeffrey A Law  (law@cygnus.com)
+
+       * config/tc-mn10300.h (pre_defined_registers) Remove.
+       (system_registers, cc_names): Likewise.
+       (address_registers, data_registers, other_registers): New register
+       arrays.
+       (register_name, system_register_name, cc_name): Remove.
+       (mn10300_reloc_prefix): Likewise.
+       (data_register_name): New function.
+       (address_register_name, other_register_name): Likewise.
+       (md_assemble): Rough cut at parsing operands.  Remove lots of
+       unwanted code.
+       (md_apply_fix3): Disable for now.
+
+Mon Oct  7 11:38:34 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
+
+       * config/tc-m68k.c (select_control_regs): New function, extracted
+       out of m68k_init_after_args.
+       (m68k_init_after_args): Use it.
+       (mri_chip): Use it here as well to update set of allowed control
+       regs for movec.
+
+Mon Oct  7 11:24:29 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * config/obj-elf.c (elf_begin): New function.
+       (obj_elf_section): Add the section symbol to the symbol table.
+       * config/obj-elf.h (obj_begin): Define.
+       (elf_begin): Declare.
+       * as.c (perform_an_assembly_pass): Call obj_begin if it is
+       defined.
+
+Fri Oct  4 18:37:32 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * config/obj-coff.c (fixup_segment): Subtract the section address
+       from a PC relative reloc if TC_M68K.
+
+Thu Oct  3 15:15:30 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * config/tc-sparc.c (md_pseudo_table): Make .uahalf, .uaword, and
+       .uaxword available even if not OBJ_ELF.
+       (md_atof): Remove unused local variable wordP.
+
+Thu Oct  3 00:16:50 1996  Jeffrey A Law  (law@cygnus.com)
+
+       * config/tc-mn10x00.c, config/tc-mn10x00.h: New files
+       for Matsushita MN10x00 support.
+       * configure.in: Recognize mn10x00-*-*
+       * configure: Rebuilt.
+
+Wed Oct  2 15:54:03 1996  Klaus Kaempf  <kkaempf@progis.de>
+
+       * obj-evax.h: move openvms definitions from here to tc-alpha.c.
+       * tc-alpha.c: add support for vms_case_hack like in vax/vms.
+       (load_expression): track clobbering of base reg before jmp/jsr.
+       (s_alpha_file): pass case_hack flags and source filename via
+       symbol table to bfd.
+       * tc-alpha.h (TC_CONS_FIX_NEW): define
+
+Tue Oct  1 16:16:01 1996  Joel Sherrill  <joel@oarcorp.com>
+
+       * configure.in (mips-*-rtems*): New target, like mips-*-elf*.
+       * configure: Rebuild.
+
+Tue Oct  1 12:37:48 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * read.c (s_macro): Warn if a macro has the same name as a
+       pseudo-op.
+       (s_space): In m68k MRI mode, align to a word boundary.
+       * macro.c (define_macro): Add namep parameter.  Change all
+       callers.
+       * macro.h (define_macro): Update declaration.
+
+       * as.c (show_usage): Print bug report address.
+       (parse_args): Change version printing to match current GNU
+       standards.
+       * gasp.c (show_usage): Print bug report address.
+       (main): Change version printing to match current GNU standards.
+
+       * config/tc-m68k.c (init_table): Correct access control unit
+       register numbers.  From Ken Rose <rose@netcom.com>.
+
+       * config/tc-alpha.c: Add some static function prototypes.
+       (alpha_macros): Move to top of file.  Make static.
+       (alpha_num_macros): Move to top of file.
+
+start-sanitize-v850
+Tue Oct  1 09:36:19 1996  Stu Grossman  (grossman@critters.cygnus.com)
+
+       * tc-v850.h:  Define LOCAL_LABEL to recognise _.L_* symbols
+       generated by DWARF.
+
+end-sanitize-v850
+Sat Sep 28 03:38:08 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * listing.c (list_symbol_table): Remove bogus code in BFD64 case,
+       and just call sprintf_vma.
+
+Thu Sep 26 16:04:11 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * expr.c (expr): Change >>= to >> (fix typo).  (From meissner).
+
+Tue Sep 24 19:05:08 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * read.c (float_cons): Call md_flush_pending_output if it is
+       defined.
+
+start-sanitize-d10v
+Tue Sep 24 12:22:18 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
+
+       * config/tc-d10v.c (md_operand): Created.  Allows operands to 
+       start with '#'.
+       * config/tc-d10v.h (md_operand): Undefined.
+
+end-sanitize-d10v      
+Mon Sep 23 12:13:18 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * config/tc-m68k.c (add_fix): Treat a width of '3' like 'B'.
+       (md_assemble): A fixup width of '3' means a 1 byte reloc.
+
+Thu Sep 19 12:21:24 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * config/obj-coff.c (fixup_segment): Don't adjust PC relative
+       reloc for the i960 for a reloc in the same section.  This undoes
+       one of the two changes made Aug 19.
+
+Wed Sep 18 12:11:58 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * config/obj-coff.c (obj_coff_endef): Both versions: Move C_STAT
+       symbols to the position of the debugging information.
+
+Mon Sep 16 11:41:40 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * expr.c (expr): Always use unsigned right shifts for >>.
+
+Thu Sep 12 10:25:45 1996  James G. Smith  <jsmith@cygnus.co.uk>
+
+       * config/tc-arm.c (md_apply_fix3): Update two thumb instruction
+       slots when processing BL fixups.
+
+       * config/tc-arm.c (output_inst): Ensure Thumb BL fixup is marked
+       on the first half of the instruction.
+
+Wed Sep 11 00:09:35 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * ecoff.c (ecoff_stab): Create an expression symbol for a complex
+       stabs expression, rather than giving an error.
+
+       * ecoff.c (ecoff_new_file): Don't do anything if we are still in
+       the same file.
+
+Tue Sep 10 11:45:37 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * config/tc-mips.c (append_insn): Fill in the value for a constant
+       jump, rather than creating a reloc.
+
+Mon Sep  9 10:57:42 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * config/tc-mips.c (append_insn): Don't swap an instruction which
+       sets a condition code with an instruction which uses a condition
+       code.
+       (mips_ip): In cases 'N' and 'M', look for $fccN rather than an
+       immediate value.
+
+       * config/tc-mips.c (md_begin): Recognize r5000 for cpu.
+       (mips_ip): Give a better error message if the ISA level is wrong.
+       (md_parse_option): Recognize -mcpu=[v][r]5000.
+
+Sat Sep  7 13:25:55 1996  James G. Smith  <jsmith@cygnus.co.uk>
+
+       * config/tc-mips.c (COUNT_TOP_ZEROES): Added macro to count
+       leading zeroes.
+       (load_register): Ensure hi32 bits are not lost during lo32bit
+       processing. Fix shift offset that was overflowing into the next
+       instruction field. Add code to generate shorter sequences for
+       constants with a single contiguous seqeuence of ones.
+
+start-sanitize-d10v
+Fri Sep  6 17:07:12 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
+
+       * config/tc-d10v.c (d10v_dot_word): New function to support
+       "@word" with the word pseudo-op.
+       (md_apply_fix3): Cleanup and changes to support correct sizes
+       for 16 and 18-bit relocs.
+
+end-sanitize-d10v      
+Fri Sep  6 16:00:29 1996  Doug Evans  <dje@canuck.cygnus.com>
+
+       * configure.in (sparc-*-aout): Set `em'.
+       * configure: Regenerated.
+       * config/te-sparcaout.h: New file.
+       * config/tc-sparc.h (TARGET_BYTES_BIG_ENDIAN): Define.
+       Ifdef TE_SPARCOUT define TARGET_FORMAT and SPARC_BIENDIAN.
+       * config/tc-sparc.c (INSN_BIG_ENDIAN): New macro.
+       (SPECIAL_CASE_{SETSW,SETX}): Define.
+       ({NOP,OR,FMOVS,SETHI,SLLX,SRA}_INSN): Define.
+       (md_begin): Delete setting of `target_big_endian'.
+       (output_insn): New function.
+       (md_assemble): Rewrite.  Add `setx' support.
+       (sparc_ip): Handle `0' operand char.  Recognize setuw, setsw, setx
+       special cases.
+       (md_atof): Add little endian support.
+       (md_number_to_chars): Likewise.
+       (md_apply_fix): Likewise.
+       (md_longopts): Recognize -EL,-EB ifdef SPARC_BIENDIAN.
+       (md_parse_option): Likewise.
+       (md_show_usage): Print -EL, -EB ifdef SPARC_BIENDIAN.
+
+Thu Sep  5 13:40:29 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * ecoff.c (ecoff_new_file): New function.
+       * ecoff.h (ecoff_new_file): Declare.
+       * config/obj-ecoff.h (obj_app_file): Define.
+
+Thu Sep  5 13:39:25 1996  Richard Henderson  <rth@tamu.edu>
+
+       * config/tc-alpha.c (load_expression): Bias the .lit8 section
+       symbol by 32k so that our 16-bit signed offset can address the
+       entire chunk.  Reported by <matt@lkg.dec.com>.
+
+Wed Sep  4 10:23:20 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * config/tc-mips.c (load_register): Remove unused variable tmp.
+
+Wed Sep  4 11:24:29 1996  James G. Smith  <jsmith@cygnus.co.uk>
+
+       * config/tc-mips.c (load_register): Remove unnecessary code that
+       was causing the high 32bits of 64bit constants to be lost.
+       
+start-sanitize-d10v
+Tue Sep  3 13:52:56 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
+
+       * config/tc-d10v.c: Added changes to support function
+       pointers and "@word" syntax.
+
+end-sanitize-d10v      
+start-sanitize-v850
+Tue Sep  3 11:57:18 1996  Jeffrey A Law  (law@cygnus.com)
+
+       * config/tc-v850.c: Remove commented out and #if 0'd code.
+       (v850_reloc_prefix): Provide prototype.
+       (postfix, get_reloc, build_insn): Remove prototypes for nonexistant
+       functions.
+       (md_begin, md_assemble, md_apply_fix3): Remove unused variables.
+       (md_assemble): Add default to case statement.
+
+Sat Aug 31 16:03:00 1996  Jeffrey A Law  (law@cygnus.com)
+
+       * config/tc-v850.c (md_assemble): Compute size of the instrction
+       from the opcode.
+
+       * config/tc-v850.c (md_apply_fix3): Do simple byte, short and
+       word fixups too.
+
+Fri Aug 30 23:50:08 1996  Jeffrey A Law  (law@cygnus.com)
+
+       * config/tc-v850.c (md_apply_fix3): Use little endian get/put
+       routines to fetch/store the updated instruction from/to memory.
+       (v850_insert_operand): If the operand has a specialized insert
+       routine, call it.
+
+Fri Aug 30 18:35:26 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
+
+       * config/tc-v850.c (reg_name_search): Align calling convention to
+       be like identical function found in tc-ppc.c.
+       (get_reloc): Removed.
+       (v850_reloc_prefix): New function, parse lo(), hi() and hi0().
+       (md_assemble): emit fixups.
+       (md_pcrel_from): renamed from md_pcrel_from_section, emit proper
+       displacement.
+       (md_apply_fix3): handle fixups/relocs.
+       * config/tc-v850.h (MD_PCREL_FROM_SECTION): Removed definition.
+       
+end-sanitize-v850
+Fri Aug 30 18:12:00 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       Add SH ELF support.
+       * configure.in (sh-*-elf*): New target.
+       * config/tc-sh.h (TARGET_ARCH): Define.
+       (WORKING_DOT_WORD): Define.
+       (TC_COFF_FIX2RTYPE): Only define if OBJ_COFF.
+       (BFD_ARCH, COFF_MAGIC, TC_COUNT_RELOC): Likewise.
+       (TC_RELOC_MANGLE, tc_coff_symbol_emit_hook): Likewise.
+       (DO_NOT_STRIP, NEED_FX_R_TYPE, TC_KEEP_FX_OFFSET): Likewise.
+       (TC_COFF_SIZEMACHDEP, tc_frob_file): Likewise.
+       (SUB_SEGMENT_ALIGN): Likewise.
+       (RELOC_32): Don't define.
+       (tc_frob_file_before_adjust): Define if BFD_ASSEMBLER.
+       (target_big_endian): Declare if OBJ_ELF.
+       (TARGET_FORMAT): Define if OBJ_ELF.
+       * config/tc-sh.c: Use BFD reloc codes instead of SH COFF reloc
+       numbers throughout.
+       (tc_crawl_symbol_chain): Only define if OBJ_COFF.
+       (tc_headers_hook, tc_coff_sizemachdep): Likewise.
+       (struct sh_count_relocs): Define.
+       (sh_count_relocs): New static function, broken out of
+       sh_frob_file.  Add BFD_ASSEMBLER code.
+       (sh_frob_section): Likewise.
+       (sh_frob_file): Call sh_frob_section.
+       (md_convert_frag): If BFD_ASSEMBLER, change type of headers, and
+       call section_symbol rather than seg_info (seg)->dot.
+       (md_section_align): Add OBJ_ELF version.
+       (SWITCH_TABLE_CONS): Define.
+       (SWITCH_TABLE): Use SWITCH_TABLE_CONS.
+       (md_apply_fix): Change parameter types if BFD_ASSEMBLER.  Only
+       handle fx_r_type == 0 if not BFD_ASSEMBLER.  Return 0 if
+       BFD_ASSEMBLER.
+       (struct reloc_map): Define if not BFD_ASSEMBLER.
+       (coff_reloc_map): Likewise.
+       (sh_coff_reloc_mangle): Use coff_reloc_map to convert fx_r_type.
+       (tc_gen_reloc): New function if BFD_ASSEMBLER.
+       * write.c (write_relocs): Ifdef out fx_where test which triggers
+       inappropriately for SH ELF.
+       (write_object_file): Call tc_frob_file_before_adjust and
+       obj_frob_file_before_adjust if they are defined.
+
+       * write.c (write_object_file): Use BFD_RELOC_16, not
+       BFD_RELOC_NONE, when calling fix_new_exp for a broken word.
+
+       * read.c (emit_expr): Fix conversion of byte count to BFD reloc
+       code.
+
+start-sanitize-d10v
+Fri Aug 30 14:47:38 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
+
+       * config/tc-d10v.c (find_opcode): Fix problem with calculating 
+       branch sizes in across sections.
+
+end-sanitize-d10v      
+start-sanitize-v850
+Fri Aug 30 00:44:13 1996  Jeffrey A Law  (law@cygnus.com)
+
+       * config/tc-850.c (md_assemble): Handle hi() correctly.  Handle
+       hi0() too.
+
+Wed Aug 28 23:11:08 1996  Jeffrey A Law  (law@cygnus.com)
+
+       * config/tc-v850.c (md_begin): Deal with end of opcode
+       table marker.
+
+end-sanitize-v850
+start-sanitize-d10v
+Wed Aug 28 19:20:04 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
+
+       * config/tc-d10v.c (find_opcode): Fix a bug which could generate
+       the wrong opcode for cases like st2w where there are many forms
+       of the same instruction.
+
+end-sanitize-d10v
+Tue Aug 27 13:53:22 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * expr.c (operand): If md_parse_name is defined, call it before
+       calling symbol_find_or_make.
+       * config/tc-ppc.h (md_parse_name): Define.
+       (ppc_parse_name): Declare.
+       * config/tc-ppc.c (reg_name_search): Add regs and regcount
+       parameters.
+       (register_name): Update call to reg_name_search.
+       (cr_operand): New static variable.
+       (cr_names): New static const array.
+       (ppc_parse_name): New function.
+       (md_assemble): If PPC_OPERAND_CR is set in the operand flags, set
+       cr_operand before calling expression.
+
+Tue Aug 27 09:05:50 1996  Jeffrey A Law  (law@cygnus.com)
+
+       * config/tc-hppa.c (tc_gen_reloc): Add new argument to
+       hppa_gen_reloc_type call.
+
+start-sanitize-d10v
+Mon Aug 26 18:24:51 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
+
+       * config/tc-d10v.c: Fixed ".word".  Fixed problem with range checking
+       on addresses.  Improved error messages.
+       * doc/c-d10v.texi: Added docs for register pairs.
+
+Mon Aug 26 13:39:27 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
+
+       * config/tc-d10v.c (parallel_ok): Fix bug in parallel 
+       checking code.
+
+end-sanitize-d10v
+Mon Aug 26 14:38:22 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * ecoff.c (init_file): Initialize fMerge to 1.
+       (add_file): Restore old file merging code, but only merge files if
+       fMerge is set.
+       (ecoff_directive_loc): Clear fMerge field of current file.
+       (ecoff_generate_asm_lineno): Likewise.
+
+start-sanitize-d10v
+Fri Aug 23 11:40:47 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
+
+       * doc/c-d10v.texi: Fix typo. 
+
+end-sanitize-d10v      
+start-sanitize-v850
+Fri Aug 23 10:41:32 1996  Jeffrey A Law  (law@cygnus.com)
+
+       * config/tc-v850.c (md_assemble): Correct bit masking for
+       hi and lo expressions.
+
+       * config/tc-v850.c (md_assemble): Rough cut at demanding
+       "ep" or "r30" in sst and sld instructions.
+       (md_apply_fix3): Don't abort.  Just warn that we don't
+       have relocs yet.
+
+       * config/tc-v850.c (CC_NAME_CNT): Define.
+       (cc_name): New function.
+       (md_assemble): Handle V850_OPERAND_CC correctly.
+
+       * config/tc-v850.c (md_assemble): Don't forget to initialize
+       "insn"!
+
+       * config/tc-v850.c (reg_name_search): Generalize to search
+       any given register table.
+       (register_name): Pass appropriate table and size to reg_name_search.
+       (system_register_name): New function.
+       (SYSREG_NAME_CNT): Define.
+       (md_assemble): Handle operands which are system registers.
+       
+       * config/tc-v850.c (md_assemble): If we find a register, but the
+       opcode doesn't want a register, then we don't have a match.
+       (md_assemble): Get size of the instruction from the opcode table.
+
+end-sanitize-v850
+Thu Aug 22 10:20:30 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * configure.in: Set and substitute HLDENV.
+       * configure: Rebuild.
+       * Makefile.in (HLDENV): New variable.
+       (as.new): Use $(HLDENV).
+
+       * ecoff.c (ecoff_directive_endef): Avoid a division by zero error
+       if an array dimension is not known.
+
+start-sanitize-d10v
+Thu Aug 22 10:50:00 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
+
+       * config/tc-d10v.c: Fix a reloc bug caused by my last change. 
+       * doc/c-d10v.texi: Cleanup.
+       
+end-sanitize-d10v      
+start-sanitize-v850
+Tue Aug 20 15:15:16 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
+
+       * config/tc-v850.c: New file.
+       * config/tc-v850.h: New file.
+       * configure (v850-*-elf): New target.
+       * configure.in (v850-*-elf): New target.
+       
+end-sanitize-v850
+start-sanitize-d10v
+Wed Aug 21 15:50:54 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
+
+       * doc/c-d10v.texi: New file.
+       * doc/all.texi: Added D10V stuff.
+       * doc/as.texinfo: Added D10V stuff.
+
+Tue Aug 20 14:10:02 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
+
+       * config/tc-d10v.c: All references to defined symbols should
+       now use the optimal instruction.  .float and .double now work. 
+
+end-sanitize-d10v      
+Mon Aug 19 14:41:36 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * config/obj-coff.c (fixup_segment): Adjust PC relative reloc by
+       section address for the i960 as is done for the i386.
+
+Thu Aug 15 16:37:59 1996  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * mpw-config.in: Add wildcards for config matching, add mips-*-*
+       case, forward-include bfd/elf-bfd.h.
+
+start-sanitize-d10v
+Thu Aug 15 13:24:30 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
+
+       * config/tc-d10v.c: Add additional information to the opcode
+        table to help determinine which instructions can be done
+        in parallel. 
+
+end-sanitize-d10v      
+Thu Aug 15 17:01:31 1996  James G. Smith  <jsmith@cygnus.co.uk>
+
+       * config/tc-arm.c: Major changes to add Thumb support, with lots
+       of change input from <rearnsha@armltd.co.uk>.
+       Reverted to INSN_SIZE macro, rather than insn_size variable.
+       (insns): Added ARM "bx" instruction support.
+       (tinsns): Added Thumb instruction definition structure.
+       (arm_tops_hsh): Added hash structure for Thumb opcodes.
+       (md_pseudo_table): Added ".arm", ".thumb" and ".code" pseudo-ops.
+       (opcode_select,s_arm,s_thumb,s_code): Added.
+       (decode_shift): Allow upper-case RRX.
+       (do_ldst): Simpler halfword support.
+       (do_ldmstm): Improved.
+       (reg_list, do_bx, thumb_reg, thumb_add_sub, thumb_shift,
+       thumb_mov_compare, thumb_load_store, do_t_arit, do_t_add,
+       do_t_asr, do_t_branch, do_t_bx, do_t_compare, do_t_ldmstm,
+       do_t_ldrb, do_t_ldrh, do_t_lds, do_t_lsl, do_t_lsr, do_t_mov,
+       do_t_push_pop, do_t_str, do_t_strb, do_t_strh, do_t_sub, do_t_swi,
+       do_t_adr): Added.
+       (md_apply_fix3): Add support for BFD_RELOC_ARM_THUMB_* relocations.
+       (md_parse_option): Add support for -mthumb.
+       (md_show_usage): Updated to reflect new command line option.
+       (arm_data_in_code, arm_canonicalize_symbol_name): Added.
+       * config/tc-arm.h: Provide TC_FIX_TYPE to allow private ARM
+       fragment information to be held.
+
+Thu Aug 15 16:12:00 1996  Richard Earnshaw (rearnsha@armltd.co.uk)
+
+       * tc-arm.c (md_apply_fix3): Also set fixP->fx_done if fx_addsy is 
+       non-null, but is a constant.
+       (fix_new_arm): Call make_expr_symbol to make the expression symbol
+       so that error reporting will work correctly.
+
+Wed Aug 14 10:37:21 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * config/tc-i386.c (tc_i386_fix_adjustable): Don't adjust relocs
+       against weak symbols.
+
+Tue Aug 13 17:39:24 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * config/tc-ppc.h (TC_FORCE_RELOCTION): Define if OBJ_XCOFF.
+       (ppc_force_relocation): Declare if OBJ_XCOFF.
+       * config/tc-ppc.c (ppc_force_relocation): New function if
+       OBJ_XCOFF.
+
+Mon Aug 12 16:49:43 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * config/tc-mips.h (BYTE_ORDER): Don't define.  No longer used.
+
 start-sanitize-d10v
 Fri Aug  9 17:48:28 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
 
This page took 0.066029 seconds and 4 git commands to generate.