* m68k-parse.h (m68k_register): Add new coldfile control
[binutils-gdb.git] / gas / ChangeLog
index 1cb1484db65eec2c4030d4bc7684cb64f2e7ac5f..4cd00f6f49e91d13e7ce90a6cab517c0681d112f 100644 (file)
@@ -1,3 +1,713 @@
+Wed Jul  3 15:02:21 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
+
+       * m68k-parse.h (m68k_register): Add new coldfile control
+       registers.
+
+       * config/tc-m68k.c (mcf5200_control_regs): New variable, 
+       array of control registers for the coldfire.
+       (cpu_of_arch): Added mcf5200.
+       (archs): Added mcf5200.
+       (init_table): Add new control registers.
+       (m68k_ip): Added support for new control registers.
+       (m68k_init_after_args): Likewise.
+
+       * config/tc-m68k.c (md_show_usage): Add -m5200 to usage text.
+
+Wed Jul  3 16:05:50 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * config/tc-i386.h (AOUT_MACHTYPE): Define as 0 if TE_386BSD.
+
+       Based on patches from Tom Quiggle <quiggle@sgi.com>:
+       * ecoff.c (last_lineno): New static variable.
+       (add_procedure): Set last_lineno.
+       (ecoff_directive_loc): Likewise.
+       (ecoff_generate_asm_lineno): Likewise.
+       (ecoff_fix_loc): New function.
+       * ecoff.h (ecoff_fix_loc): Declare.
+       * config/tc-mips.c (append_insn): When inserting nops, and using
+       ECOFF debugging, call ecoff_fix_loc.
+
+Tue Jul  2 23:02:12 1996  Jeffrey A Law  (law@cygnus.com)
+
+       * config/tc-h8300.c (build_bytes): If an operand type is 
+       marked as SRC_IN_DST retrieve it from the "destination" op.
+
+Sat Jun 29 13:38:31 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * configure.in (arm-*-riscix*): Set emulation to riscix.
+       * configure: Rebuild.
+       * config/te-riscix.h: New file to define TE_RISCIX.
+
+       * config/tc-sh.h (SUB_SEGMENT_ALIGN): Define.
+
+Fri Jun 28 15:14:31 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * Makefile.in (config.status): Just run config.status as other
+       tools do.
+
+Fri Jun 28 11:09:38 1996  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * mpw-config.in (TARGET_OS): Add definition to conf.
+
+Thu Jun 27 20:39:40 1996  James G. Smith  <jsmith@cygnus.co.uk>
+
+       * config/tc-mips.c (append_insn): Parenthesize
+       cop_interlocks expressions.
+
+Thu Jun 27 12:18:26 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * listing.c (listing_print): Close the listing file if it is not
+       stdout.  Close the other files opened for the listing.
+
+       * config/tc-sparc.h (md_cons_align): Define.
+       (sparc_cons_align): Declare.
+       (HANDLE_ALIGN): Define.
+       (sparc_handle_align): Declare.
+       * config/tc-sparc.c (sparc_cons_align): New function.
+       (sparc_handle_align): New function.
+       * read.c (cons_worker): Call md_cons_align if it is defined.
+
+       * as.h (struct frag): Add fr_file and fr_line fields.
+       * frags.c (frag_new): Set fr_file and fr_line.
+       (frag_var): Likewise.
+       (frag_variant): Likewise.
+
+       * as.h (struct frag): Remove unused align_mask and align_offset
+       fields.
+
+       * listing.c (calc_hex): Offset by fr_fix when examining fr_var.
+       From <uddeborg@carmen.se>.
+
+Wed Jun 26 13:21:34 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * configure.in (mips-*-osf*): New target.
+       * configure: Rebuild.
+
+       * config/tc-m68k.c: Add 68ec060 as a synonym for 68060.
+
+Wed Jun 26 16:23:08 1996  James G. Smith  <jsmith@cygnus.co.uk>
+
+       * config/tc-mips.c: Added cop_interlocks, to avoid NOP insertion
+       between co-processor comparisons and branches for the VR4300.
+
+Mon Jun 24 18:02:50 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
+
+       * Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir,
+       INSTALL_PROGRAM, INSTALL_DATA): Use autoconf-set values.
+       (docdir): Removed.
+       * configure.in (AC_PREREQ): autoconf 2.5 or higher.
+       * doc/Makefile.in (bindir, libdir, datadir, mandir, infodir,
+       includedir): Use autoconf set values.
+       (docdir): Removed.
+
+Mon Jun 24 11:58:14 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * listing.c (listing_eject): Don't do anything if listing is 0.
+       (listing_list): Likewise.
+       (listing_source_line): Likewise.
+       (listing_title): Don't save title if listing is 0.
+       (listing_source_file): Check listing rather than listing_tail.
+
+       * configure.in: On alpha*-*-osf*, link against libbfd.a if not
+       using shared libraries.
+       * configure: Rebuild.
+
+Fri Jun 21 18:22:23 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * config/tc-mips.c (mips_ip): In case 'i'/'j', don't require an
+       absolute expression if a relocation type was specified.
+
+Fri Jun 21 17:40:16 1996  Joel Sherrill  <joel@merlin.gcs.redstone.army.mil>
+
+       * configure.in: Add support for *-*-rtems* configurations.
+       * configure: Rebuild.
+
+Fri Jun 21 16:01:18 1996  Richard Henderson  <rth@tamu.edu>
+
+       * configure.in: Add alpha-*-linuxecoff* target.  Use elf for
+       alpha-*-linux* target.  Force bfd_gas for alpha-*.  Require
+       opcodes library for alpha.
+       * configure: Rebuild with autoconf 2.10.
+       * config/tc-alpha.c: Substantial rewrite to add ELF support and
+       use new opcode table.
+       * config/tc-alpha.h (md_undefined_symbol): Don't define.
+       (LOCAL_LABEL): Define differently if OBJ_ELF.
+       (FAKE_LABEL_NAME): Define if OBJ_ELF.
+       * config/alpha-opcode.h: Remove.
+       * config/obj-elf.h: If TC_ALPHA, define ECOFF_DEBUGGING.
+       * Makefile.in (TARG_CPU_DEP_alpha): Depend upon
+       include/opcode/alpha.h rather than config/alpha-opcode.h.
+
+Thu Jun 20 19:10:28 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * config/obj-aout.c (obj_emit_relocations): Give an error if the
+       relocation symbol was not resolved.
+       * config/obj-coff.c (do_relocs_for): Likewise.
+
+       * write.c (adjust_reloc_syms): Refetch the symbol section after
+       calling S_GET_VALUE, since it may have changed.
+
+       * expr.c (struct expr_symbol_line): Define.
+       (expr_symbol_lines): New static variable.
+       (make_expr_symbol): Add entry to expr_symbol_lines.
+       (expr_symbol_where): New function.
+       * expr.h: Use extern on function declarations.
+       (expr_symbol_where): Declare.
+       * symbols.c (resolve_symbol_value): Try to use expr_symbol_where
+       rather than printing the meaningless name of an expression
+       symbol.
+
+Thu Jun 20 15:57:41 1996  Ken Raeburn  <raeburn@cygnus.com>
+
+       * config/tc-i386.c (md_number_to_chars): Deleted.
+       * config/tc-i386.h (md_number_to_chars): New macro.
+
+       * config/tc-alpha.c (build_operate_n, build_mem): Moved earlier in
+       the file.
+       (load_symbol_address, load_expression): Use build_mem.
+       (build_operate): New function.
+       (emit_addq_r): Use it.
+
+       Wed Mar 13 22:14:14 1996  Pat Rankin  <rankin@eql.caltech.edu>
+
+       * symbols.c (colon):  #if VMS, use S_SET_OTHER to store `const_flag'.
+
+       Tue Mar  5 14:31:45 1996  Pat Rankin  <rankin@eql.caltech.edu>
+
+       * config/tc-vax.h (NOP_OPCODE): Define.
+
+       Sun Feb  4 21:01:03 1996  Pat Rankin  <rankin@eql.caltech.edu>
+
+       * config/obj-vms.h (S_IS_COMMON): Define.
+       (S_IS_LOCAL): Check for \002 as well as \001.
+       (LONGWORD_ALIGNMENT): New macro.
+       (SUB_SEGMENT_ALIGN): Use it.
+
+       Fri Jan 26 17:44:09 1996  Pat Rankin  <rankin@eql.caltech.edu>
+
+       * config/vms-conf.h: Reconcile with conf.in.
+
+Wed Jun 19 11:31:50 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * write.c (is_dnrange): Only define if TC_GENERIC_RELAX_TABLE is
+       defined.
+
+       * doc/as.texinfo: Document that any number of hex digits can
+       follow \x.
+
+       * as.c (struct defsym_list): Define.
+       (defsyms): New static variable.
+       (parse_args): Just put --defsym arguments on defsyms list, rather
+       than defining them.
+       (main): Define defsyms after output file is created.
+
+       * config/tc-m68k.c (m68k_ip): Reject PRE and POST indexing mode on
+       cpu32.  From Eric Norum <Eric.Norum@usask.ca>.
+
+       * config/tc-mips.c (mips_ip): In cases 'I', 'i', and 'j', set
+       insn_error rather than calling check_absolute_expr.
+
+       * as.c (emulation_name): Remove unused static variable.
+       (default_emul_bfd_name): Add return NULL to avoid warning.
+       * ecoff.c (ecoff_stab): Remove unused variables name and
+       name_end.
+       * frags.c (frag_new): Remove unused variable tmp.
+       * hash.c (hash_grow): Parenthesize + within <<.
+       (hash_print_statistics): Use %lu, not %d, to print unsigned
+       long variables.
+       * messages.c: Include "libiberty.h".
+       (fprint_value): Add cast to avoid printf warning.
+       (sprint_value): Likewise.
+       * read.c: Include "ecoff.h".
+       (emit_expr): Add casts to avoid printf warnings.
+       * read.h: Use extern for function declarations.
+       (pop_insert): Declare.
+       * stabs.c: Include "ecoff.h".
+       * subsegs.c (subseg_set_rest): Remove unused variables tmp,
+       former_last_fragP, and new_fragP.
+       * subsegs.h (subsegs_print_statistics): Declare.
+       * symbols.c (debug_verify_symchain): Change macro to discard
+       arguments.
+       * write.c (dump_section_relocs): Likewise.
+       * write.h: Use extern for function declarations.
+       (write_print_statistics): Declare.
+       * config/e-mipsecoff.c (mipsecoff_bfd_name): Return NULL to avoid
+       warning.
+       * config/e-mipself.c (mipself_bfd_name): Likewise.
+       * config/obj-elf.h (elf_ecoff_set_ext): Declare.
+
+       * config/tc-sparc.h (TC_RELOC_RTSYM_LOC_FIXUP): If OBJ_ELF, always
+       emit relocations against external symbols.
+
+       * config/tc-alpha.c (tc_gen_reloc): Output a sensible error
+       message if bfd_reloc_type_lookup fails, rather than calling
+       assert.
+
+       * config/tc-alpha.c (alpha_force_relocation): Add
+       BFD_RELOC_12_PCREL to switch.
+
+Tue Jun 18 20:29:57 1996  Doug Evans  <dje@canuck.cygnus.com>
+
+       * config/tc-i386.h (LOCAL_LABEL,FAKE_LABEL_NAME): Use defaults for
+       TE_PE (Lfoo, not .Lfoo).
+
+Tue Jun 18 17:13:33 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * read.c (s_fill): Don't warn about a zero repeat count.
+
+       * config/tc-mips.c (mips_ip): Don't warn about using AT as a
+       coprocessor register.
+
+       * config/tc-i386.c (md_assemble): When checking the size of a
+       register to set the size of an instruction, do a bitwise and with
+       Reg8 and Reg16 rather than requiring the type to be exactly Reg8
+       or Reg16.
+
+Tue Jun 18 13:19:51 1996  Jeffrey A. Law  <law@rtl.cygnus.com>
+
+       * config/tc-h8300.c (parse_reg): Tweak error messages.
+       (build_bytes): Likewise.
+       (skip_colonthing): Handle :32 suffix.
+       (get_specific): Promote L_24 to L_32 if it makes a match.
+       Don't always promote L_8 to L_16.
+       (do_a_fix_imm): Clean up L_32 and L_24 handling.
+
+start-sanitize-h8s
+       * config/tc-h8300.c (Smode): New variable.
+       (h8300hmode): Turn off Hmode.
+       (h8300smode): New function.  Turn on Smode and Hmode.
+       (md_pseudo_table): New ".h8300s" pseudo-op.
+       (parse_reg): Handle "exr" register.
+       (get_operand): Handle bizarre syntax for "stm.l" and "ldm.l".
+       Handle "mach" and "machl" operands for ldmac.
+       (get_specific): Handle "stm.l" and "ldm.l".
+       (build_bytes): Handle "stm.l" and "ldm.l"; handle MACREG operands.
+       * config/tc-h8300.h (COFF_MAGIC): Handle H8/S magic number.
+       (Smode): Declare.
+
+end-sanitize-h8s
+Mon Jun 17 15:50:53 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
+
+       * doc/as.texinfo: Reorder chapter of machine dependent options so
+       that it is sorted by chip name.  
+
+       * doc/as.texinfo: Use consistant spelling of Vax.
+       * doc/c-vax.texi: Likewise.
+
+Mon Jun 17 11:26:56 1996  Jeffrey A. Law  <law@rtl.cygnus.com>
+
+       * config/tc-hppa.c (md_pseudo_table): Add ".begin_try" and ".end_try"
+       pseudo ops.
+       (tc_gen_reloc, SOM version): Handle R_BEGIN_TRY and R_END_TRY.
+       (md_apply_fix): Likewise.
+       (pa_try): New function.
+       (hppa_force_relocation): Force relocs for BEGIN_TRY and END_TRY.
+
+Sun Jun 16 22:57:47 1996  Jeffrey A. Law  <law@rtl.cygnus.com>
+
+       * config/tc-hppa.c (md_pseudo_table): Add ".level" pseudo op.
+       (pa_level): New function.
+
+Fri Jun 14 20:06:44 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * listing.c (listing_newline): Don't do anything if listing is 0.
+
+Thu Jun 13 17:50:54 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * subsegs.c (section_symbol): If symbol_table_frozen is set, call
+       symbol_create, not symbol_new.
+
+Wed Jun 12 14:10:44 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * write.c (adjust_reloc_syms): Don't set sy_used_in_reloc for an
+       absolute symbol unless TC_FORCE_RELOCATION returns true.
+
+       * config/obj-coff.c (previous_file_symbol): Remove BFD_ASSEMBLER
+       version.
+       (c_dot_file_symbol): BFD_ASSEMBLER version: Don't set the value of
+       the symbol to a pointer.  Don't set previous_file_symbol.
+       Simplify symbol list rearrangement.
+       (coff_frob_symbol): Don't do anything with C_FILE symbols.
+       (coff_adjust_symtab): Don't check previous_file_symbol.
+
+Mon Jun 10 14:52:29 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
+
+       * config/tc-ppc.c (ppc_elf_lcomm): New function for .lcomm
+       directive.
+       (md_pseudo_table): Add ppc_elf_lcomm.
+
+Mon Jun 10 11:45:51 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * config/tc-m68k.c (m68k_ip): Accept ABSL for 'O', so that `bfextu
+       d0{24:1},d0' works without an immediate prefix on the bit numbers.
+       (md_begin): Add digits to alt_notend_table.
+       (md_parse_option): Make s a const pointer.
+
+       * config/tc-sparc.c (md_pseudo_table): Add "empty".
+       (s_empty): New static function.
+
+       * config/obj-coff.c (struct filename_list): Only define if not
+       BFD_ASSEMBLER.
+       (filename_list_head, filename_list_tail): Likewise.
+       (c_section_symbol): Remove unused BFD_ASSEMBLER version.
+       (obj_coff_endef, BFD_ASSEMBLER version): Don't set the debugging
+       flag for C_MOS, C_MOE, C_MOU, or C_EOS symbols, since they should
+       have a section of N_ABS rather than N_DEBUG.  If we do a merge,
+       remove the new symbol from the list.
+       (obj_coff_endef, both versions): Call tag_insert even if there is
+       an old symbol with the same name, if the old symbol does not
+       happen to be a tag.
+       (coff_frob_symbol): Check SF_GET_TAG, C_EOF, and C_FILE outside of
+       the SF_GET_DEBUG condition.  Don't call SA_SET_SYM_ENDNDX with a
+       symbol that will be moved to the end of the symbol list.
+       (coff_adjust_section_syms): Always call section_symbol for .text,
+       .data, and .bss.
+       (coff_frob_section): Likewise.  Also, remove unused variable
+       strname.
+
+       * config/tc-ns32k.c (convert_iif): Call frag_grow rather than
+       manipulating frags directly.
+       (md_number_to_field): Adjust mem_ptr correctly if ENDIAN is
+       defined.
+
+       * app.c (do_scrub_chars): If '/' is LINE_COMMENT_START, check
+       whether the next character is '*' before checking whether we are
+       at the start of a line.  Permit LINE_COMMENT_START to start a
+       comment in state 1 (seen some whitespace) as well, to match the
+       documentation.
+
+       * gasp.c (do_align): Permit a fill value for .align.
+
+Wed Jun  5 17:09:26 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * read.c (next_char_of_string): Warn if a newline is seen in the
+       middle of a string.  Call bump_line_counters when appropriate.
+
+Wed Jun  5 17:08:36 1996  Richard Henderson  <rth@tamu.edu>
+
+       * symbols.c (colon): Use LOCAL_LABEL.
+
+Tue Jun  4 10:55:16 1996  Tom Tromey  <tromey@csk3.cygnus.com>
+
+       * Makefile.in (install): Don't check to see if tooldir exists.
+       Make $(tooldir) and $(tooldir)/bin.
+
+Tue Jun  4 10:14:53 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
+
+       * config/ppc-sol.mt (TDEFINES): Don't turn on -mregnames by
+       default.
+
+Mon Jun  3 11:34:41 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * config/tc-mips.c (mips_ip): Don't call as_warn if we are setting
+       insn_error.  Don't put the string "ERROR" in insn_error.  Set
+       insn_error rather than calling as_warn for an unsupported opcode.
+
+Sat Jun  1 21:51:55 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * config/tc-mips.c (md_parse_option): Check for a 64 bit format
+       before permitting -64.
+       * output-file.c (output_file_create): Remove duplicate
+       bfd_perror.
+
+Fri May 31 01:08:06 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * config/tc-mips.c (md_begin): If -64, create a .MIPS.options
+       section rather than a .reginfo section.
+       (mips_elf_final_processing): If -64, write out 64 bit RegInfo
+       information.
+
+       * config/tc-mips.c (load_register): If mips_isa < 3, permit a 32
+       bit value with the high bit set.
+
+Thu May 30 19:00:19 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * read.c (s_lcomm): Set section flags for .sbss section.
+
+       * config/tc-mips.c (mips_64): New static variable.
+       (mips_target_format): If mips_64, return elf64 targets rather than
+       elf32 ones.
+       (md_longopts): Add "32" and "64".
+       (md_parse_option): Handle -32 and -64.
+       (md_show_usage): Mention -32 and -64.
+       (cons_fix_new_mips): If mips_64, don't convert an 8 byte reloc to
+       a 4 byte one.
+
+Thu May 30 10:36:19 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
+
+       * config/tc-ppc.c (comment_chars): Make '!' a comment character
+       for Solaris compatibility.
+
+       * stabs.c (s_stab_generic): Under PowerPC Solaris, convert a
+       .stabd with 4 arguments into a .stabn.
+
+Wed May 29 16:43:16 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * config/tc-mips.c (macro): When passing X_add_number to
+       macro_build, cast it to int first.
+
+Tue May 28 13:29:39 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * config/tc-z8k.c (md_apply_fix): Handle fx_r_type of 0, as
+       created by emit_expr.
+
+       * symbols.c (symbol_create): If bfd_make_empty_symbol fails, call
+       as_perror rather than assert.
+
+Fri May 24 18:24:11 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * config/tc-mips.c (mips_ip): Mark sections created to hold
+       floating point information as read only.
+
+Fri May 24 12:07:54 1996  David Edelsohn  <edelsohn@mhpcc.edu>
+
+       * config/tc-ppc.c (ppc_set_cpu): Change defaults to match AIX.
+
+Thu May 23 17:34:24 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
+
+       * read.c (potable): Add .skip as a synonym for .space.
+
+       * stabs.c (s_stab_generic): For PowerPC ELF, allow .stabd to take
+       4 arguments, providing the 4th argument is 0, to allow
+       compatibility with the Solaris assembler.
+
+Thu May 16 15:51:48 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * config/tc-sh.h (struct sh_segment_info_type): Define.
+       (TC_SEGMENT_INFO_TYPE): Define.
+       (sh_frob_label): Declare.
+       (tc_frob_label): Define.
+       (sh_flush_pending_output): Declare.
+       (md_flush_pending_output): Define.
+       * config/tc-sh.c (md_assemble): If relaxing, emit a R_SH_CODE
+       reloc before the instruction if necessary.
+       (sh_frob_label): New function.
+       (sh_flush_pending_output): New function.
+       (sh_coff_frob_file): Ignore ALIGN, CODE, DATA, and LABEL relocs
+       when looking for the reloc for the target of .uses.
+       (md_convert_frag): Fix printf format (%0xlx to 0x%lx).
+       (sh_force_relocation): Force CODE, DATA, and LABEL relocs to be
+       emitted.
+       (md_apply_fix): Ignore CODE, DATA, and LABEL relocs.
+       (sh_coff_reloc_mangle): Force CODE, DATA, and LABEL relocs to use
+       the absolute symbol.
+
+       * subsegs.h (segment_info_type): Add tc_segment_info_data field if
+       TC_SEGMENT_INFO_TYPE is defined.
+
+Wed May 15 12:23:53 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * config/tc-i386.c (md_assemble): Make sure the opcode suffix
+       matches the register size.
+
+Wed May 15 08:33:37 1996  Jeffrey A Law  (law@cygnus.com)
+
+       * config/obj-coff.c (count_entries_in_chain): Ignore Fixups with
+       fx_done set. 
+       (do_relocs_for): Likewise.
+       (fixup_segment): Don't just quit if linkrelax is set.  Try to
+       apply non pc-relative sym1-sym2 fixups, even if linkrelax is
+       nonzero.
+
+Fri May 10 14:16:59 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
+
+       * config/tc-ppc.c (ppc_elf_validate_fix): Allow GOT and section
+       relative relocations with -mrelocatable.  Also allow unfixed
+       relocs in .ex_shared.
+
+Tue May  7 11:24:10 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * config/obj-coff.c (yank_symbols): Check that FNAME_OFFSET is
+       non-zero before assuming this is a long file name.
+       (w_strings): Likewise.
+       (c_dot_file_symbol): Set FNAME_OFFSET to 1 for a long file name.
+
+       * config/obj-coff.c (w_strings): Move declaration of i inside
+       #ifdef block which uses it.
+
+Tue May  7 00:49:58 1996  Jeffrey A Law  (law@cygnus.com)
+
+       * config/tc-h8300.c (do_a_fix_imm): Rename last argument to
+       "relaxmode".  Output relocs which identify various relaxing
+       possibilities for mov.[bwl] instructions.
+       (build_bytes): Pass in a relaxing mode to do_a_fix_imm.
+
+Mon May  6 15:26:28 1996  Doug Evans  <dje@canuck.cygnus.com>
+
+       * config/tc-arm.h (TC_HANDLES_FX_DONE): Define.
+       (MD_APPLY_FIX3): Define.
+       * config/tc-arm.c (my_get_expression): Only watch for bad segments
+       if OBJ_AOUT.
+       (md_apply_fix3): Renamed from md_apply_fix.
+       If pcrel reloc and symbol is in different section, undo effects
+       of md_pcrel_from.
+
+Sat May  4 12:49:35 1996  Jeffrey A Law  (law@cygnus.com)
+
+       * config/tc-hppa.c (hppa_fix_adjustable): Don't adjust
+       any reloc with an LR% or RR% field selector for SOM.
+
+Sat May  4 11:26:19 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * Makefile.in: Add subsegs.h to appropriate TARG_CPU_DEP_*
+       variables.
+
+Fri May  3 17:58:31 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * config/obj-coff.c (coff_frob_symbol): Don't merge a symbol with
+       SF_GET_STATICS set.
+       (yank_symbols): Likewise.
+
+Wed May  1 13:38:17 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * subsegs.h (segment_info_type): If MANY_SEGMENTS and not
+       BFD_ASSEMBLER, add name field.
+       * config/obj-coff.c: Include "libiberty.h".
+       (coff_header_append): Handle long section names.
+       (crawl_symbols): Just use the name field for the symbol name,
+       without worrying about null byte termination.
+       (w_strings): Handle long section names.
+       (write_object_file): Likewise.  Also, use the name field, rather
+       than scnhdr.s_name.
+       (obj_coff_add_segment): Permit long section names.
+       (obj_coff_init_stab_section): Use the name field, rather than
+       scnhdr.s_name.
+       (adjust_stab_section): Likewise.
+       * config/te-pe.h (COFF_LONG_SECTION_NAMES): Define.
+
+       * config/tc-i960.c (brtab_emit): Don't set fx_im_disp field.
+       (mem_fmt): Likewise.
+       (md_apply_fix): Don't check fx_im_disp field.
+
+Thu Apr 25 11:39:51 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * configure.in: Add * after sparc*-*-vxworks.
+       * configure: Rebuild.
+
+       * app.c (do_scrub_begin): If tc_comment_chars is not defined,
+       define it to comment_chars.  Use tc_comment_chars rather than
+       comment_chars.
+       (do_scrub_chars): Use tc_comment_chars rather than comment_chars.
+       * config/tc-m68k.h (tc_comment_chars): Define.
+       (m68k_comment_chars): Declare.
+       * config/tc-m68k.c (m68k_comment_chars): Rename from
+       comment_chars.  Change into a pointer rather than an array.
+       (md_longopts): Add "bitwise-or".
+       (md_parse_option): Handle OPTION_BITWISE_OR.
+       (md_show_usage): Mention --bitwise-or.
+       * doc/c-m68k.texi: Document --bitwise-or.
+
+Wed Apr 24 11:28:38 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * config/tc-m68k.c (m68k_ip): Prevent attempts to use long offsets
+       in 68000 mode.
+
+       * config/obj-coff.c (obj_coff_section): BFD_ASSEMBLER version:
+       call demand_empty_rest_of_line.  Non BFD_ASSEMBLER version:
+       correct handling of input line pointer, and call
+       demand_empty_rest_of_line.
+
+Mon Apr 22 18:02:37 1996  Doug Evans  <dje@blues.cygnus.com>
+
+       * config/tc-sparc.c (in_bitfield_range): New static function.
+       (sparc_ip): New cases X,Y.  Use SPARC_OPCODE_ARCH_V9_P.
+       (md_apply_fix, cases BFD_RELOC_32_PCREL_S2,
+       BFD_RELOC_SPARC_{WDISP16,WDISP19}): Fix undefined code.
+       (md_apply_fix): New cases BFD_RELOC_SPARC_[56].
+       (tc_gen_reloc): New cases BFD_RELOC_SPARC_[56].
+
+Thu Apr 18 18:58:33 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * config/obj-coff.c: BFD_ASSEMBLER:
+       (coff_last_bf): New static variable.
+       (coff_frob_symbol): Set endndx of a .bf symbol.
+       Non BFD_ASSEMBLER:
+       (obj_coff_endef): Call SF_SET_PROCESS on a .bf symbol.
+       (last_bfP): New static variable.
+       (yank_symbols): Set endndx of a .bf symbol.
+
+Thu Apr 18 11:53:58 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
+
+       * config/tc-ppc.c (md_parse_option): Add support for Solaris's -le
+       and -s options.  Add -be for good measure.
+
+Wed Apr 17 12:31:01 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * read.c (s_space): Support non-constant fill value.  Handle fill
+       value correctly for a size other than 1.
+
+Tue Apr 16 15:17:40 1996  Doug Evans  <dje@canuck.cygnus.com>
+
+       * config/tc-arm.c (my_get_float_expression): Update call to
+       gen_to_words, X_PRECISION changed from 6 to 5.
+
+Tue Apr 16 10:25:42 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
+
+       * config/tc-ppc.c (register_name,reg_name_search): Move register
+       name lookup from PE specific code to all targets.  Add support for
+       -mregnames/-mno-regnames to control whether register names are
+       expanded or not.
+       (md_assemble): Call register_name for all platforms.
+       (md_parse_option): Add support for -mregnames/-mno-regnames.
+
+       * configure.in (powerpcle*-*-solaris): Add support.
+       (powerpc*-*-linux): Ditto.
+       * configure: Regenerate.
+
+       * config/ppc-sol.mt: New config file for PowerPC Solaris.
+
+Mon Apr 15 12:26:33 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * config/tc-mips.c (mips_frob_file): Permit multiple %hi relocs to
+       be associated with a single %lo reloc.
+
+       * config/tc-mips.c (load_address): Cast X_add_number to valueT
+       before comparing against MAX_GPREL_OFFSET, so that negative
+       numbers are handled correctly.
+       (macro): Likewise.
+
+Thu Apr 11 12:39:02 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * config/tc-sparc.c (last_insn): New static variable.
+       (md_assemble): Warn about putting floating point branches in a
+       delay slot.  If architecture is less than v9, insert NOP
+       instructions between floating point instructions and floating
+       point branches.  (The SunOS assembler does both these operations.)
+       Save the last instruction opcode.
+       (sparc_ip): Add pinsn parameter.  Change caller.
+
+       * config/tc-m68k.c (md_estimate_size_before_relax): Correct check
+       for byte jump to next instruction to skip empty frags.
+
+Wed Apr 10 16:48:12 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * config/tc-alpha.c (alpha_ip): If we are going to call emit_add64
+       for addq with a 16 bit signed value, just emit a lda instruction
+       instead.
+
+Wed Apr 10 14:34:49 1996  Jeffrey A Law  (law@cygnus.com)
+
+       * config/tc-h8300.c (do_a_fix_imm): Don't cut off high bits
+       of a 32bit operand.
+
+Mon Apr  8 14:42:53 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * configure.in: Permit --enable-shared to specify a list of
+       directories.
+       * configure: Rebuild.
+
+Fri Apr  5 17:01:35 1996  Jeffrey A Law  (law@cygnus.com)
+
+       * config/tc-h8300.c (get_specific): Remove some #if 0 code.
+       (build_bytes): Remove all ABSMOV related code; it's unnecessary.
+
+Fri Apr  5 15:13:10 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
+
+       * config/atof-ieee.c: Fix handling of denormalized extended
+       precision numbers and overflow/underflow detection.
+       (MAX_PRECISION, X_PRECISION, P_PRECISION): Changed from 6 to 5, to
+       not include the 16 bit gap in the m68k extended precision format.
+
 Fri Apr  5 14:29:23 1996  Ian Lance Taylor  <ian@cygnus.com>
 
        * configure.in: Add i386-*-freebsdelf* target; from John Polstra
@@ -828,7 +1538,6 @@ Mon Dec 11 16:23:51 1995  Stan Shebs  <shebs@andros.cygnus.com>
        * mac-as.r: Fix copyright and version strings.
        (cfrg): Use PROG_NAME instead of literal name.
 
-
 Mon Dec 11 14:14:08 1995  Ian Lance Taylor  <ian@cygnus.com>
 
        * read.c (read_a_source_file): If tc_unrecognized_line is defined,
@@ -1022,10 +1731,6 @@ Wed Nov 15 03:52:00 1995  Ken Raeburn  <raeburn@cygnus.com>
        * as.c (main): Move md_end call to just after call to
        perform_an_assembly_pass.  Delete cpu-specific code here.
        * config/tc-i960.h (md_end): New macro, calls brtab_emit.
-start-sanitize-rce
-       * config/tc-rce.c (md_end): Deleted.
-       * config/tc-rce.h (md_end): New macro, calls dump_literals.
-end-sanitize-rce
        * config/tc-arm.c (md_end): Unused function deleted.
        * config/tc-ns32k.c (md_end): Ditto.