* 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.
This commit is contained in:
Ian Lance Taylor 1996-06-19 21:08:03 +00:00
parent 6e3f7f1bf9
commit 0d6cae1e69

View 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>.