From: Phil Blundell Date: Tue, 9 Jan 2001 11:13:42 +0000 (+0000) Subject: 2001-01-03 Philip Blundell X-Git-Tag: newlib-1_9_0~140 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=183d61753fa3ad6e6ddc990a2bee09381e27ccb6;p=thirdparty%2Fbinutils-gdb.git 2001-01-03 Philip Blundell * gas/vtable/vtable.exp: Don't run tests on Alpha. --- diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index ff5d279af3f..ee647858b4f 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2001-01-03 Philip Blundell + + * gas/vtable/vtable.exp: Don't run tests on Alpha. + Sat Jan 6 13:34:07 MET 2001 Jan Hubicka * 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 4845ce4f94b..80a533c6f92 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 }