* elf64-mips.c: Fix formatting throughout.
[deliverable/binutils-gdb.git] / gas / ChangeLog
index c110fafd013338d7e581ff1bc42fdadb00e94fc8..48efc32fec4556fa36ee53c6a5a47e441e449440 100644 (file)
@@ -1,3 +1,62 @@
+2005-02-07  Hans-Peter Nilsson  <hp@axis.com>
+
+       * write.c (write_object_file): Recognize warning-symbol construct
+       and skip object- and target- handling for the second symbol.
+
+2005-02-02  Jan Beulich  <jbeulich@novell.com>
+
+       * config/tc-ia64.c (dot_pred_rel): Update comment. Handle @-prefixed
+       designators along with quoted ones. Free copy of quoted designator
+       when done.
+
+2005-02-01  Ben Elliston  <bje@au.ibm.com>
+
+       * config/atof-ieee.c, config/obj-coff.c, config/obj-elf.c,
+       config/obj-ieee.c, config/obj-som.c, config/obj-vms.c,
+       config/tc-a29k.c, config/tc-alpha.c, config/tc-arc.c,
+       config/tc-arm.c, config/tc-d30v.c, config/tc-dlx.c,
+       config/tc-fr30.c, config/tc-h8300.c, config/tc-h8500.c,
+       config/tc-i370.c, config/tc-i386.c, config/tc-i960.c,
+       config/tc-ia64.c, config/tc-m32r.c, config/tc-m32r.h,
+       config/tc-m68hc11.c, config/tc-m68hc11.h, config/tc-mips.c,
+       config/tc-mn10200.c, config/tc-msp430.c, config/tc-ns32k.c,
+       config/tc-openrisc.c, config/tc-or32.c, config/tc-pdp11.c,
+       config/tc-pj.c, config/tc-sparc.h, config/tc-tic54x.c,
+       config/tc-tic80.c, config/tc-v850.c, config/tc-w65.c,
+       config/tc-xtensa.c, config/tc-z8k.c, config/xtensa-relax.c: Remove
+       #if 0'd code throughout.
+
+2005-01-31  Nick Clifton  <nickc@redhat.com>
+
+       * as.c (parse_args): Bump copyright date reported by --version to
+       2005.
+
+2005-01-31  Nick Clifton  <nickc@redhat.com>
+
+       * configure.tgt: Remove obsolete targets m68k-lynxos, sparc-lynxos
+       and vax-vms.
+
+2005-01-31  Jan Beulich  <jbeulich@novell.com>
+
+       * macro.c (buffer_and_nest): Allow 'from' being NULL; handle anything
+       that can end with .endr in that case. Make requiring/permitting
+       pseudo-ops without leading dot closer to the logic in read.c serving
+       the same purpose.
+       (expand_irp): Don't pass a mnemonic to buffer_and_nest as it will be
+       ignored.
+
+2005-01-31  Jan Beulich  <jbeulich@novell.com>
+
+       * macro.c (do_formals): Adjust to no longer accept empty parameter
+       names.
+       (define_macro): Adjust to no longer accept empty macro name, garbage
+       following the parameters, or macros that were previously defined.
+       * read.c (s_bad_end): Declare.
+       (potable): Add endm. Handler for endr and endm is s_bad_end.
+       (s_bad_end): Rename from s_bad_endr. Adjust to handle both .endm
+       and .endr.
+       * read.h (s_bad_endr): Remove.
+
 2005-01-31  Jan Beulich  <jbeulich@novell.com>
 
        * config/tc-ia64.c (parse_operands): Parse all specified operands,
This page took 0.025207 seconds and 4 git commands to generate.