* as.c (struct defsym_list): Define.
authorIan Lance Taylor <ian@airs.com>
Wed, 19 Jun 1996 21:08:03 +0000 (21:08 +0000)
committerIan Lance Taylor <ian@airs.com>
Wed, 19 Jun 1996 21:08:03 +0000 (21:08 +0000)
(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.

gas/ChangeLog

index 96e6eb1ea30fe6a79f5e5c1fc4d50092a55daa52..2acc1306f578d929017ad9e22790d274eb5e0ef9 100644 (file)
@@ -1,5 +1,11 @@
 Wed Jun 19 11:31:50 1996  Ian Lance Taylor  <ian@cygnus.com>
 
+       * 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>.