* configure.in (i386-*-go32): Uses coff now.

* gasp.c (main): Now takes -D on command line.
	(show_usage): Describe new options.
This commit is contained in:
Steve Chamberlain 1994-04-27 18:15:14 +00:00
parent a5f4bc3075
commit fa1a86f302
3 changed files with 578 additions and 178 deletions

View File

@ -1,3 +1,9 @@
Wed Apr 27 11:06:32 1994 Steve Chamberlain (sac@cygnus.com)
* configure.in (i386-*-go32): Uses coff now.
* gasp.c (main): Now takes -D on command line.
(show_usage): Describe new options.
Tue Apr 26 17:10:30 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
* listing.c (list_symbol_table): Print "NO DEFINED SYMBOLS" and

View File

@ -167,7 +167,7 @@ case ${generic_target} in
i386-*-coff | i386-*-sysv* | i386-*-sco* | i386-*-isc*)
obj_format=coffbfd gas_target=i386coff ;;
i386-*-vsta) obj_format=aout ;;
i386-*-go32) obj_format=aout ;;
i386-*-go32) obj_format=coffbfd gas_target=i386coff ;;
i386-*-mach*) obj_format=aout emulation=mach bfd_gas=yes ;;
i960-*-bout) obj_format=bout ;;

File diff suppressed because it is too large Load Diff