binutils/gas ChangeLog Makefile.am Makefile.in ...
amodra@sourceware.cygnus.com
amodra@sourceware.cygnus.com
Sat Apr 1 00:00:00 GMT 2000
CVSROOT: /cvs/binutils
Module name: binutils
Changes by: amodra@sourceware.cygnus.com 00/01/26 14:48:31
Modified files:
gas : ChangeLog Makefile.am Makefile.in as.c
configure configure.in gasp.c obj.h read.c
symbols.c
gas/config : obj-aout.c obj-aout.h obj-coff.c obj-coff.h
obj-ecoff.c obj-elf.c obj-elf.h obj-multi.h
tc-i386.c tc-i386.h
Added files:
gas/config : e-i386aout.c
Removed files:
gas/config : te-multi.h
Log message:
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.
More information about the Binutils-cvs
mailing list