diff options
author | Nick Clifton <nickc@redhat.com> | 2009-11-05 11:02:16 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2009-11-05 11:02:16 +0000 |
commit | cdcf946711bb98cea719b882f818ad15af47cc2d (patch) | |
tree | 0b8f67cda52bb686ef3c0f9c377947c36dd41ea4 /gas/testsuite | |
parent | fa0d16bebf9096f290422d3891a8c1c3874fea88 (diff) | |
download | gdb-cdcf946711bb98cea719b882f818ad15af47cc2d.zip gdb-cdcf946711bb98cea719b882f818ad15af47cc2d.tar.gz gdb-cdcf946711bb98cea719b882f818ad15af47cc2d.tar.bz2 |
* gas/i386/i386.exp (space1): Move test inside check for x86
target.
Diffstat (limited to 'gas/testsuite')
-rw-r--r-- | gas/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gas/testsuite/gas/i386/i386.exp | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 19b4c41..28045f9 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -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 diff --git a/gas/testsuite/gas/i386/i386.exp b/gas/testsuite/gas/i386/i386.exp index 0064ebf..15459c4 100644 --- a/gas/testsuite/gas/i386/i386.exp +++ b/gas/testsuite/gas/i386/i386.exp @@ -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 { |