PATCH: Add Solaris/x86-64 support to eh[1-4] test
H.J. Lu
hongjiu.lu@intel.com
Fri Aug 24 18:26:00 GMT 2012
More information about the Binutils mailing list
Fri Aug 24 18:26:00 GMT 2012
- Previous message (by thread): PATCH: Skip x32 tests for Solaris
- Next message (by thread): PATCH: Use failif on ld-elf/exclude3 tests
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi, I checked in this patch to add Solaris/x86-64 support to eh[1-4] test. H.J. --- diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index cb94d3c..dbca5ed 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2012-08-24 H.J. Lu <hongjiu.lu@intel.com> + + * ld-elf/elf.exp: Add Solaris/x86-64 support to eh[1-4] test. + 2012-08-24 Matthew Gretton-Dann <matthew.gretton-dann@arm.com> * ld-arm/arm-elf.exp: Add new testcases. diff --git a/ld/testsuite/ld-elf/elf.exp b/ld/testsuite/ld-elf/elf.exp index 9964ccd..1780b50 100644 --- a/ld/testsuite/ld-elf/elf.exp +++ b/ld/testsuite/ld-elf/elf.exp @@ -44,6 +44,11 @@ if { [istarget "*-*-nacl*"] } { set options_regsub(ld) {-melf_x86_64 -melf_x86_64_nacl} } +if { [istarget "*-*-solaris*"] } { + # Same for Solaris + set options_regsub(ld) {-melf_x86_64 -melf_x86_64_sol2} +} + if { [is_remote host] } then { remote_download host merge.ld }
- Previous message (by thread): PATCH: Skip x32 tests for Solaris
- Next message (by thread): PATCH: Use failif on ld-elf/exclude3 tests
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list