2001-09-29 H.J. Lu <hjl@gnu.org>
authorH.J. Lu <hjl.tools@gmail.com>
Sun, 30 Sep 2001 04:09:35 +0000 (04:09 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Sun, 30 Sep 2001 04:09:35 +0000 (04:09 +0000)
* gas/i386/i386.exp: Run 64bit tests only for "i*86-*-* and
x86_64-*-*.

gas/testsuite/ChangeLog
gas/testsuite/gas/i386/i386.exp

index a6321c5..9075eda 100644 (file)
@@ -1,3 +1,8 @@
+2001-09-29  H.J. Lu  <hjl@gnu.org>
+
+       * gas/i386/i386.exp: Run 64bit tests only for "i*86-*-* and
+       x86_64-*-*.
+
 2001-09-18  Martin Schwidefsky <schwidefsky@de.ibm.com>
 
        * gas/s390: New directory.
index 5f61403..e5ba382 100644 (file)
@@ -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"