]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
2001-03-17 Philip Blundell <philb@gnu.org>
authorPhil Blundell <philb@gnu.org>
Sat, 17 Mar 2001 22:38:21 +0000 (22:38 +0000)
committerPhil Blundell <philb@gnu.org>
Sat, 17 Mar 2001 22:38:21 +0000 (22:38 +0000)
* gas/vtable/vtable.exp: Don't run tests on AVR.
* gas/macros/macros.exp: Mark strings test xfail for AVR.

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

index c9a95805aaa7beb301a1f363fe4159a38e70af11..f435c5a3d29f53fbe0765108d4d9b09fd54a0f10 100644 (file)
@@ -1,3 +1,8 @@
+2001-03-17  Philip Blundell  <philb@gnu.org>
+
+       * 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  <hjl@gnu.org>
 
        * gas/ia64/opc-a-err.l: Fix "cmp4.lt.or".
index df53db854a02edd41a39c5e849c610173073e7c9..d7eea4a23beedbb6b2de3d49892a1321ff5b7500 100644 (file)
@@ -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
 }
index f2235de4db52efed296d208db073bc2ae613feb4..153fe12b445091443324b344c9c9d84902a89e8e 100644 (file)
@@ -25,6 +25,7 @@ if { (   [istarget "*-*-elf*"] || [istarget "*-*-linux*"])
        || [istarget "i960-*-*"]
        || [istarget "arc*-*-*"]
        || [istarget "alpha*-*-*"]
+       || [istarget "avr-*-*"]
        || [istarget "d30v-*-*"] } then {
         return
     }