Add support for a -g switch to GAS
[deliverable/binutils-gdb.git] / gas / ChangeLog
index e48d644fa0a54d6c80122256317785a92ee6c4cd..16f46c8ff8374e15b412103522f7b97ebba4b4c5 100644 (file)
@@ -1,3 +1,31 @@
+2004-08-17  Nick Clifton  <nickc@redhat.com>
+
+       * as.c (MD_DEBUG_FORMAT_SELECTOR): Provide default definition.
+       (show_usage): Add -g.
+       (std_longopts): Add --gen-debug.  Alpha sort the table.
+       (parse_args): Print an error message if a switch is not handled.
+       Handle the -g switch, calling md_debug_format_selector() if
+       necessary.
+       * NEWS: Mention new feature.
+       * doc/as.texinfo: Document new switch.
+       * doc/internals.texi: Document behaviour of md_parse_option.
+       
+       * config/tc-arm.c (md_parse_option): Do not issue an error message
+       if the switch is not recognised.
+       * config/tc-m68k.c (md_parse_option): Likewise.
+       * config/tc-pdp11.c (md_parse_option): Likewise.
+       * config/tc-v850.c (md_parse_option): Likewise.
+
+       * as.h: Fix up formatting.
+       * tc.h: Likewise.
+
+2004-08-16  Nick Clifton  <nickc@redhat.com>
+
+       * macro.c (macro_set_alternate): Use ISO C90 formatting.
+
+       * configure.in: Sort architecture based tables alphabetically.
+       * configure: Regenerate.
+
 2004-08-16  Alan Modra  <amodra@bigpond.net.au>
 
        * config/tc-ppc.c (tc_ppc_regname_to_dw2regnum <regnames>): Replace
This page took 0.023418 seconds and 4 git commands to generate.