From 0d6cae1e69030606f1feef350857dc1885e4662a Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Wed, 19 Jun 1996 21:08:03 +0000 Subject: [PATCH] * 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. --- gas/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/gas/ChangeLog b/gas/ChangeLog index 96e6eb1..2acc130 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 . -- 2.7.4