This set of patches add support for aout emulation on the x86
authorAlan Modra <amodra@gmail.com>
Wed, 26 Jan 2000 22:48:31 +0000 (22:48 +0000)
committerAlan Modra <amodra@gmail.com>
Wed, 26 Jan 2000 22:48:31 +0000 (22:48 +0000)
commit4c63da97a708e211a7141e29082ab589cbdbcb12
tree358dbdc4c6eaed6b8a498fa02100a861d33849fd
parentf743149ecb74d161c7be3171d36bafc805473ebc
This set of patches add support for aout emulation on the x86
assembler.  ie. You will be able to do "as --em=i386aout" on an x86
linux-elf assembler to generate aout format object files, rather than
using a separate assembler.  The aout emulation is enabled by giving
"--enable-targets=i386-linuxaout" to configure.
Oh yeah, there's a couple of fixes too.  Error messages shouldn't be
passed to printf in the format arg just in case someone puts a `%' in
the message.
22 files changed:
gas/ChangeLog
gas/Makefile.am
gas/Makefile.in
gas/as.c
gas/config/e-i386aout.c [new file with mode: 0644]
gas/config/obj-aout.c
gas/config/obj-aout.h
gas/config/obj-coff.c
gas/config/obj-coff.h
gas/config/obj-ecoff.c
gas/config/obj-elf.c
gas/config/obj-elf.h
gas/config/obj-multi.h
gas/config/tc-i386.c
gas/config/tc-i386.h
gas/config/te-multi.h [deleted file]
gas/configure
gas/configure.in
gas/gasp.c
gas/obj.h
gas/read.c
gas/symbols.c
This page took 0.03668 seconds and 4 git commands to generate.