This is the mail archive of the binutils-cvs@sourceware.org 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]
Other format: [Raw text]

src bfd/ChangeLog bfd/config.bfd gas/testsuite ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	hjl@sourceware.org	2013-04-24 18:58:14

Modified files:
	bfd            : ChangeLog config.bfd 
	gas/testsuite  : ChangeLog 
	gas/testsuite/gas/i386: rex.d 
	gas/testsuite/gas/i386/ilp32: rex.d 
	ld             : ChangeLog configure.tgt 

Log message:
	Enable x32 for x86_64-*-elf*
	
	This patch enables x32 for x86_64-*-elf* for embedded target and disables
	rex tests since it uses '/' as prefix separator which is `\' for
	x86_64-*-elf*.
	
	bfd/
	
	* config.bfd (targ_selvecs): Add bfd_elf32_x86_64_vec for
	x86_64-*-elf*.
	
	gas/testsuite/
	
	* gas/i386/rex.d: Skip x86_64-*-elf*.
	* gas/i386/ilp32/rex.d: Likewise.
	
	ld/
	
	* configure.tgt (targ_extra_emuls): Adds elf32_x86_64 for
	x86_64-*-elf*.
	(targ_extra_libpath): Likewise.
	(tdir_elf_i386): Replace x86_64 with i386 for x86_64-*-elf*.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/bfd/ChangeLog.diff?cvsroot=src&r1=1.6036&r2=1.6037
http://sourceware.org/cgi-bin/cvsweb.cgi/src/bfd/config.bfd.diff?cvsroot=src&r1=1.309&r2=1.310
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/testsuite/ChangeLog.diff?cvsroot=src&r1=1.2221&r2=1.2222
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/i386/rex.d.diff?cvsroot=src&r1=1.7&r2=1.8
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/i386/ilp32/rex.d.diff?cvsroot=src&r1=1.2&r2=1.3
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ld/ChangeLog.diff?cvsroot=src&r1=1.2581&r2=1.2582
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ld/configure.tgt.diff?cvsroot=src&r1=1.279&r2=1.280


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