* 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:
parent
a5f4bc3075
commit
fa1a86f302
|
@ -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
|
||||
|
|
|
@ -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 ;;
|
||||
|
|
748
gas/gasp.c
748
gas/gasp.c
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue