* gas/i386/i386.exp (space1): Move test inside check for x86

target.
This commit is contained in:
Nick Clifton 2009-11-05 11:02:16 +00:00
parent fa0d16bebf
commit cdcf946711
2 changed files with 7 additions and 3 deletions

View 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

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