From cdcf946711bb98cea719b882f818ad15af47cc2d Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Thu, 5 Nov 2009 11:02:16 +0000 Subject: [PATCH] * gas/i386/i386.exp (space1): Move test inside check for x86 target. --- gas/testsuite/ChangeLog | 5 +++++ 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 19b4c41148..28045f9432 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2009-11-05 Nick Clifton + + * gas/i386/i386.exp (space1): Move test inside check for x86 + target. + 2009-11-04 H.J. Lu PR gas/876 diff --git a/gas/testsuite/gas/i386/i386.exp b/gas/testsuite/gas/i386/i386.exp index 0064ebf555..15459c40bb 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 {