Add Solaris/x86-64 support to eh[1-4] test

* ld-elf/elf.exp: Add Solaris/x86-64 support to eh[1-4] test.
This commit is contained in:
H.J. Lu 2012-08-24 18:20:40 +00:00
parent e772203522
commit 5cc5186427
2 changed files with 9 additions and 0 deletions

View File

@ -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.

View File

@ -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
}