+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
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
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 {