From: H.J. Lu Date: Sun, 30 Sep 2001 04:09:35 +0000 (+0000) Subject: 2001-09-29 H.J. Lu X-Git-Tag: cygnus_cvs_20020108_pre~1208 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fc847f15909726b3659ec495e9cf3ff9c76e545b;p=thirdparty%2Fbinutils-gdb.git 2001-09-29 H.J. Lu * gas/i386/i386.exp: Run 64bit tests only for "i*86-*-* and x86_64-*-*. --- diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index a6321c5e318..9075eda4a05 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2001-09-29 H.J. Lu + + * gas/i386/i386.exp: Run 64bit tests only for "i*86-*-* and + x86_64-*-*. + 2001-09-18 Martin Schwidefsky * gas/s390: New directory. diff --git a/gas/testsuite/gas/i386/i386.exp b/gas/testsuite/gas/i386/i386.exp index 5f614031ef0..e5ba382a5b8 100644 --- a/gas/testsuite/gas/i386/i386.exp +++ b/gas/testsuite/gas/i386/i386.exp @@ -80,7 +80,7 @@ if [expr ([istarget "i*86-*-*"] || [istarget "x86_64-*-*"]) && [gas_32_check]] set ASFLAGS "$old_ASFLAGS" } -if [gas_64_check] then { +if [expr ([istarget "i*86-*-*"] || [istarget "x86_64-*-*"]) && [gas_64_check]] then { global ASFLAGS set old_ASFLAGS "$ASFLAGS"