* gas/i386/i386.exp (space1): Move test inside check for x86
authorNick Clifton <nickc@redhat.com>
Thu, 5 Nov 2009 11:02:16 +0000 (11:02 +0000)
committerNick Clifton <nickc@redhat.com>
Thu, 5 Nov 2009 11:02:16 +0000 (11:02 +0000)
        target.

gas/testsuite/ChangeLog
gas/testsuite/gas/i386/i386.exp

index 19b4c411487564be4b775394937daec7ae317035..28045f94329ab9de0692b14b51458cab795663cf 100644 (file)
@@ -1,3 +1,8 @@
+2009-11-05  Nick Clifton  <nickc@redhat.com>
+
+       * gas/i386/i386.exp (space1): Move test inside check for x86
+       target.
+
 2009-11-04  H.J. Lu  <hongjiu.lu@intel.com>
 
        PR gas/876
index 0064ebf555d1ba426ed0d298c4198d809d07d260..15459c40bbe8ac9a4924939d6313dbf3f5031050 100644 (file)
@@ -17,9 +17,6 @@ proc gas_32_check { } {
     return [regexp "targets:.*i386" [lindex $status 1]];
 }
 
-# Common tests
-run_list_test "space1" "-al"
-
 if [expr ([istarget "i*86-*-*"] ||  [istarget "x86_64-*-*"]) && [gas_32_check]]  then {
 
     global ASFLAGS
@@ -208,10 +205,12 @@ if [expr ([istarget "i*86-*-*"] ||  [istarget "x86_64-*-*"]) && [gas_32_check]]
     set ASFLAGS "$old_ASFLAGS"
 }
 
+# Common tests
 if [expr [istarget "i*86-*-*"] || [istarget "x86_64-*-*"]] then {
     run_dump_test "intel-expr"
     run_dump_test "string-ok"
     run_list_test "string-bad" ""
+    run_list_test "space1" "-al"
 }
 
 if [expr ([istarget "i*86-*-*"] || [istarget "x86_64-*-*"]) && [gas_64_check]] then {
This page took 0.028348 seconds and 4 git commands to generate.