diff options
author | Phil Blundell <philb@gnu.org> | 2001-01-09 11:13:42 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2001-01-09 11:13:42 +0000 |
commit | 183d61753fa3ad6e6ddc990a2bee09381e27ccb6 (patch) | |
tree | 607600900a849bbfc9600dbbbd38422585e306b9 | |
parent | 7302a204c41d8210fe57244f12e78024a3592d73 (diff) | |
download | ppe42-binutils-183d61753fa3ad6e6ddc990a2bee09381e27ccb6.tar.gz ppe42-binutils-183d61753fa3ad6e6ddc990a2bee09381e27ccb6.zip |
2001-01-03 Philip Blundell <pb@futuretv.com>
* gas/vtable/vtable.exp: Don't run tests on Alpha.
-rw-r--r-- | gas/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gas/testsuite/gas/vtable/vtable.exp | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index ff5d279af3..ee647858b4 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -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 diff --git a/gas/testsuite/gas/vtable/vtable.exp b/gas/testsuite/gas/vtable/vtable.exp index 4845ce4f94..80a533c6f9 100644 --- a/gas/testsuite/gas/vtable/vtable.exp +++ b/gas/testsuite/gas/vtable/vtable.exp @@ -24,6 +24,7 @@ if { ( [istarget "*-*-elf*"] || [istarget "*-*-linux*"]) || [istarget "hppa*64*-*-*"] || [istarget "i960-*-*"] || [istarget "arc*-*-*"] + || [istarget "alpha*-*-*"] || [istarget "d30v-*-*"] } then { return } |