2001-01-03 Philip Blundell <pb@futuretv.com>

* gas/vtable/vtable.exp: Don't run tests on Alpha.
This commit is contained in:
Phil Blundell 2001-01-09 11:13:42 +00:00
parent 7302a204c4
commit 183d61753f
2 changed files with 5 additions and 0 deletions

View 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

View File

@ -24,6 +24,7 @@ if { ( [istarget "*-*-elf*"] || [istarget "*-*-linux*"])
|| [istarget "hppa*64*-*-*"]
|| [istarget "i960-*-*"]
|| [istarget "arc*-*-*"]
|| [istarget "alpha*-*-*"]
|| [istarget "d30v-*-*"] } then {
return
}