2001-01-03 Philip Blundell <pb@futuretv.com>
authorPhil Blundell <philb@gnu.org>
Tue, 9 Jan 2001 11:13:42 +0000 (11:13 +0000)
committerPhil Blundell <philb@gnu.org>
Tue, 9 Jan 2001 11:13:42 +0000 (11:13 +0000)
* gas/vtable/vtable.exp: Don't run tests on Alpha.

gas/testsuite/ChangeLog
gas/testsuite/gas/vtable/vtable.exp

index ff5d279..ee64785 100644 (file)
@@ -1,3 +1,7 @@
+2001-01-03  Philip Blundell  <pb@futuretv.com>
+
+       * gas/vtable/vtable.exp: Don't run tests on Alpha.
+
 Sat Jan  6 13:34:07 MET 2001  Jan Hubicka  <jh@suse.cz>
 
        * i386.exp: Add tests for presence of 32bit versus 64bit output
index 4845ce4..80a533c 100644 (file)
@@ -24,6 +24,7 @@ if { (   [istarget "*-*-elf*"] || [istarget "*-*-linux*"])
         || [istarget "hppa*64*-*-*"]
        || [istarget "i960-*-*"]
        || [istarget "arc*-*-*"]
+       || [istarget "alpha*-*-*"]
        || [istarget "d30v-*-*"] } then {
         return
     }