* config/obj-coff.c (coff_frob_symbol): When crashing because of a
[deliverable/binutils-gdb.git] / gas / ChangeLog
index ec121e1d8d141173e4e1b39711ead95e88c6d1fb..d8d85e20d31bd80689928c750622afabbeb189b7 100644 (file)
@@ -1,3 +1,114 @@
+2005-03-27  Ian Lance Taylor  <ian@airs.com>
+
+       * config/obj-coff.c (coff_frob_symbol): When crashing because of a
+       bad C_EFCN symbol, print its name.
+
+2005-03-25  Bob Wilson  <bob.wilson@acm.org>
+
+       * config/tc-xtensa.c (use_longcalls): Delete.
+       (xg_symbolic_immeds_fit): Check for direct calls and return TRUE if
+       the use_longcalls flag is set.  Do this before checking the segment.
+       (xg_expand_assembly_insn): Rearrange to use new do_expand flag.  Never
+       expand direct calls at this point.
+       (xtensa_set_frag_assembly_state): Set use_longcalls flag.
+       (xtensa_find_unmarked_state_frags): Likewise.
+       (md_assemble): Do not disable longcalls by setting is_specific_opcode.
+       (xg_assemble_vliw_tokens): Switch frags when use_longcalls changes.
+       (convert_frag_immed): Remove unnecessary check of is_specific_opcode.
+       * config/tc-xtensa.h (xtensa_frag_type): Add use_longcalls flag.
+
+2005-03-25  Hans-Peter Nilsson  <hp@bitrange.com>
+
+       * config/tc-mmix.c, config/tc-mmix.h: Convert to ISO C90.
+
+2005-03-25  Hans-Peter Nilsson  <hp@axis.com>
+
+       * config/tc-cris.h: Convert to ISO C90.
+       * config/tc-cris.c: Ditto.
+       (md_estimate_size_before_relax): Remove obsolete comment for
+       parameter "segment_type".
+       (md_begin): Document reason for cast of hash_insert argument.
+       (md_atof): Correct type of parameter "type".
+
+2005-03-24  Nick Clifton  <nickc@redhat.com>
+
+       * write.h (bit_fix_new): Remove redundant prototype.
+       * config/atof-ieee.c: Convert to ISO-C90 and fix formatting.
+       * config/obj-aout.c: Convert to ISO-C90 and fix formatting.
+       * config/obj-aout.h: Convert to ISO-C90 and fix formatting.
+       * config/obj-bout.c: Convert to ISO-C90 and fix formatting.
+       * config/obj-bout.h: Convert to ISO-C90 and fix formatting.
+       * config/obj-ecoff.c: Convert to ISO-C90 and fix formatting.
+       * config/obj-ecoff.h: Convert to ISO-C90 and fix formatting.
+       * config/obj-som.c: Convert to ISO-C90 and fix formatting.
+       * config/obj-som.h: Convert to ISO-C90 and fix formatting.
+       * config/tc-a29k.c: Convert to ISO-C90 and fix formatting.
+       * config/tc-a29k.h: Convert to ISO-C90 and fix formatting.
+       * config/tc-alpha.c: Convert to ISO-C90 and fix formatting.
+       * config/tc-alpha.h: Convert to ISO-C90 and fix formatting.
+       * config/tc-arc.c: Convert to ISO-C90 and fix formatting.
+       * config/tc-arc.h: Convert to ISO-C90 and fix formatting.
+       * config/tc-d10v.c: Convert to ISO-C90 and fix formatting.
+       * config/tc-d10v.h: Convert to ISO-C90 and fix formatting.
+       * config/tc-d30v.c: Convert to ISO-C90 and fix formatting.
+       * config/tc-d30v.h: Convert to ISO-C90 and fix formatting.
+       * config/tc-dlx.c: Convert to ISO-C90 and fix formatting.
+       * config/tc-dlx.h: Convert to ISO-C90 and fix formatting.
+       * config/tc-fr30.c: Convert to ISO-C90 and fix formatting.
+       * config/tc-fr30.h: Convert to ISO-C90 and fix formatting.
+       * config/tc-h8500.c: Convert to ISO-C90 and fix formatting.
+       * config/tc-h8500.h: Convert to ISO-C90 and fix formatting.
+       * config/tc-i370.c: Convert to ISO-C90 and fix formatting.
+       * config/tc-i370.h: Convert to ISO-C90 and fix formatting.
+       * config/tc-i960.c: Convert to ISO-C90 and fix formatting.
+       * config/tc-ip2k.c: Convert to ISO-C90 and fix formatting.
+       * config/tc-ip2k.h: Convert to ISO-C90 and fix formatting.
+       * config/tc-m32r.c: Convert to ISO-C90 and fix formatting.
+       * config/tc-m32r.h: Convert to ISO-C90 and fix formatting.
+       * config/tc-m88k.c: Convert to ISO-C90 and fix formatting.
+       * config/tc-m88k.h: Convert to ISO-C90 and fix formatting.
+       * config/tc-mcore.c: Convert to ISO-C90 and fix formatting.
+       * config/tc-mcore.h: Convert to ISO-C90 and fix formatting.
+       * config/tc-mn10200.c: Convert to ISO-C90 and fix formatting.
+       * config/tc-ns32k.c: Convert to ISO-C90 and fix formatting.
+       * config/tc-ns32k.h: Convert to ISO-C90 and fix formatting.
+       * config/tc-openrisc.c: Convert to ISO-C90 and fix formatting.
+       * config/tc-openrisc.h: Convert to ISO-C90 and fix formatting.
+       * config/tc-or32.c: Convert to ISO-C90 and fix formatting.
+       * config/tc-or32.h: Convert to ISO-C90 and fix formatting.
+       * config/tc-pdp11.h: Convert to ISO-C90 and fix formatting.
+       * config/tc-pj.c: Convert to ISO-C90 and fix formatting.
+       * config/tc-pj.h: Convert to ISO-C90 and fix formatting.
+       * config/tc-tahoe.c: Convert to ISO-C90 and fix formatting.
+       * config/tc-tic80.c: Convert to ISO-C90 and fix formatting.
+       * config/tc-tic80.h: Convert to ISO-C90 and fix formatting.
+       * config/tc-v850.c: Convert to ISO-C90 and fix formatting.
+       * config/tc-v850.h: Convert to ISO-C90 and fix formatting.
+       * config/tc-w65.c: Convert to ISO-C90 and fix formatting.
+       * config/tc-w65.h: Convert to ISO-C90 and fix formatting.
+       * config/tc-xstormy16.c: Convert to ISO-C90 and fix formatting.
+       * config/tc-xstormy16.h: Convert to ISO-C90 and fix formatting. 
+
+2005-03-23  Jim Blandy  <jimb@redhat.com>
+
+       * config/tc-arm.c (arm_adjust_symtab): Fetch elf_sym's binding
+       attributes properly.
+
+2005-03-23  Mike Frysinger  <vapier@gentoo.org>
+           Nick Clifton  <nickc@redhat.com>
+
+       * configure.tgt: Accept any C library to accompany a GNU Linux
+       implementation, not just the GNU C library.
+       * configure.in: Likewise.
+       * configure: Regenerate.
+
+2005-03-23  Nick Clifton  <nickc@redhat.com>
+
+       * config/tc-tic30.c: Convert to ISO C90 formatting.
+       * config/tc-tic30.h: Convert to ISO C90 formatting.
+       * config/tc-pdp11.c: Convert to ISO C90 formatting.
+       * config/atof-vax.c: Convert to ISO C90 formatting.
+
 2005-03-21  Maciej W. Rozycki  <macro@mips.com>
 
        * config/tc-mips.c (mips_frob_file): Sort BFD_RELOC_MIPS16_LO16
This page took 0.024718 seconds and 4 git commands to generate.