Skip x32 tests for Solaris

* gas/i386/ilp32/ilp32.exp: Skip Solaris.
	* gas/i386/ilp32/cfi/ilp32.exp: Likewise.
	* gas/i386/ilp32/elf/ilp32.exp: Likewise.
	* gas/i386/ilp32/lns/ilp32.exp: Likewise.
This commit is contained in:
H.J. Lu 2012-08-24 17:42:56 +00:00
parent 4442ada7ba
commit 9ace5d9690
5 changed files with 20 additions and 1 deletions

View File

@ -1,3 +1,10 @@
2012-08-24 H.J. Lu <hongjiu.lu@intel.com>
* gas/i386/ilp32/ilp32.exp: Skip Solaris.
* gas/i386/ilp32/cfi/ilp32.exp: Likewise.
* gas/i386/ilp32/elf/ilp32.exp: Likewise.
* gas/i386/ilp32/lns/ilp32.exp: Likewise.
2012-08-24 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
* gas/arm/armv8-a+crypto.s: Update testcase.

View File

@ -9,6 +9,10 @@ proc gas_64_check { } {
return [regexp "targets:.*x86-64" [lindex $status 1]];
}
if [expr [istarget "i*86-*-solaris*"] || [istarget "x86_64-*-solaris*"]] then {
return
}
if [expr ([istarget "i*86-*-*"] || [istarget "x86_64-*-*"]) && [gas_64_check] && [is_elf_format]] then {
global ASFLAGS

View File

@ -9,6 +9,10 @@ proc gas_64_check { } {
return [regexp "targets:.*x86-64" [lindex $status 1]];
}
if [expr [istarget "i*86-*-solaris*"] || [istarget "x86_64-*-solaris*"]] then {
return
}
if [expr ([istarget "i*86-*-*"] || [istarget "x86_64-*-*"]) && [gas_64_check] && [is_elf_format]] then {
global ASFLAGS

View File

@ -9,7 +9,7 @@ proc gas_64_check { } {
return [regexp "targets:.*x86-64" [lindex $status 1]];
}
if [istarget "x86_64-*-solaris*"] then {
if [expr [istarget "i*86-*-solaris*"] || [istarget "x86_64-*-solaris*"]] then {
return
}

View File

@ -9,6 +9,10 @@ proc gas_64_check { } {
return [regexp "targets:.*x86-64" [lindex $status 1]];
}
if [expr [istarget "i*86-*-solaris*"] || [istarget "x86_64-*-solaris*"]] then {
return
}
if [expr ([istarget "i*86-*-*"] || [istarget "x86_64-*-*"]) && [gas_64_check] && [is_elf_format]] then {
global ASFLAGS