mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-06 12:09:26 +08:00
* gas/i386/i386.exp (space1): Move test inside check for x86
target.
This commit is contained in:
parent
fa0d16bebf
commit
cdcf946711
@ -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
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user