Skip x32 tests for Solaris
authorH.J. Lu <hjl.tools@gmail.com>
Fri, 24 Aug 2012 17:42:56 +0000 (17:42 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Fri, 24 Aug 2012 17:42:56 +0000 (17:42 +0000)
* 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.

gas/testsuite/ChangeLog
gas/testsuite/gas/i386/ilp32/cfi/ilp32.exp
gas/testsuite/gas/i386/ilp32/elf/ilp32.exp
gas/testsuite/gas/i386/ilp32/ilp32.exp
gas/testsuite/gas/i386/ilp32/lns/ilp32.exp

index 129e62f82e3cf58973e4856071c4c4e39378fd5f..735e0b4eac9efed43f87b3eb42443327f06fc497 100644 (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.
index 9593720accfded76a66f96449f0373a8b826b873..3a6dbd5253abacd26bf42cd4a1ee41f239695a4f 100644 (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
index 9593720accfded76a66f96449f0373a8b826b873..3a6dbd5253abacd26bf42cd4a1ee41f239695a4f 100644 (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
index de43bf25ed78ceb7fe21f740a6330e9b92a9fea5..51970222c0c1e345344b3e9670b5ee8bb56c8336 100644 (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
 }
 
index 9593720accfded76a66f96449f0373a8b826b873..3a6dbd5253abacd26bf42cd4a1ee41f239695a4f 100644 (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