From: Ian Lance Taylor Date: Wed, 19 Jun 1996 21:08:03 +0000 (+0000) Subject: * as.c (struct defsym_list): Define. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0d6cae1e69030606f1feef350857dc1885e4662a;p=binutils-gdb.git * 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. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 96e6eb1ea30..2acc1306f57 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,11 @@ Wed Jun 19 11:31:50 1996 Ian Lance Taylor + * 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 .