aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1996-06-19 21:08:03 +0000
committerIan Lance Taylor <ian@airs.com>1996-06-19 21:08:03 +0000
commit0d6cae1e69030606f1feef350857dc1885e4662a (patch)
treec002bff1357cd60f9e4b839a5ff02f9e457e2c7c /gas/ChangeLog
parent6e3f7f1bf91fbb9101dab10cf831705dd16d7713 (diff)
downloadgdb-0d6cae1e69030606f1feef350857dc1885e4662a.zip
gdb-0d6cae1e69030606f1feef350857dc1885e4662a.tar.gz
gdb-0d6cae1e69030606f1feef350857dc1885e4662a.tar.bz2
* 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.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog6
1 files changed, 6 insertions, 0 deletions
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 <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>.