This is the mail archive of the binutils-cvs@sourceware.cygnus.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

binutils/gas ChangeLog Makefile.am Makefile.in ...


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]