From: Phil Blundell Date: Sat, 17 Mar 2001 22:38:21 +0000 (+0000) Subject: 2001-03-17 Philip Blundell X-Git-Tag: binutils-2_11~28 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1eef41ddb73c84f843ce1d5d8a47f28307097186;p=thirdparty%2Fbinutils-gdb.git 2001-03-17 Philip Blundell * gas/vtable/vtable.exp: Don't run tests on AVR. * gas/macros/macros.exp: Mark strings test xfail for AVR. --- diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index c9a95805aaa..f435c5a3d29 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2001-03-17 Philip Blundell + + * gas/vtable/vtable.exp: Don't run tests on AVR. + * gas/macros/macros.exp: Mark strings test xfail for AVR. + 2001-02-23 H.J. Lu * gas/ia64/opc-a-err.l: Fix "cmp4.lt.or". diff --git a/gas/testsuite/gas/macros/macros.exp b/gas/testsuite/gas/macros/macros.exp index df53db854a0..d7eea4a23be 100644 --- a/gas/testsuite/gas/macros/macros.exp +++ b/gas/testsuite/gas/macros/macros.exp @@ -29,6 +29,7 @@ case $target_triplet in { if { ![istarget hppa*-*-*] || [istarget *-*-linux*] } { # FIXME: Due to macro mishandling of ONLY_STANDARD_ESCAPES. setup_xfail cris-*-* + setup_xfail avr-*-* setup_xfail sh*-*-* run_dump_test strings } diff --git a/gas/testsuite/gas/vtable/vtable.exp b/gas/testsuite/gas/vtable/vtable.exp index f2235de4db5..153fe12b445 100644 --- a/gas/testsuite/gas/vtable/vtable.exp +++ b/gas/testsuite/gas/vtable/vtable.exp @@ -25,6 +25,7 @@ if { ( [istarget "*-*-elf*"] || [istarget "*-*-linux*"]) || [istarget "i960-*-*"] || [istarget "arc*-*-*"] || [istarget "alpha*-*-*"] + || [istarget "avr-*-*"] || [istarget "d30v-*-*"] } then { return }