]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* gas/macros/macros.exp: Mark strings test xfail for sh.
authorHans-Peter Nilsson <hp@axis.com>
Sat, 11 Nov 2000 16:02:33 +0000 (16:02 +0000)
committerHans-Peter Nilsson <hp@axis.com>
Sat, 11 Nov 2000 16:02:33 +0000 (16:02 +0000)
gas/testsuite/ChangeLog
gas/testsuite/gas/macros/macros.exp

index ce07e4e7c226aaa9c1d31eeb30ed0ea3b5f768fd..704393a7d8c4922a7a46e2ac2840ab5b2faf4210 100644 (file)
@@ -1,3 +1,7 @@
+2000-11-11  Hans-Peter Nilsson  <hp@bitrange.com>
+
+       * gas/macros/macros.exp: Mark strings test xfail for sh.
+
 2000-10-24  Diego Novillo  <dnovillo@cygnus.com>
 
        * intel.s, intel.d: Add new tests for intel syntax.
index 6e647461bb246d3a8930d70960b93b00843819d2..df53db854a02edd41a39c5e849c610173073e7c9 100644 (file)
@@ -29,5 +29,6 @@ case $target_triplet in {
 if { ![istarget hppa*-*-*] || [istarget *-*-linux*] } {
     # FIXME: Due to macro mishandling of ONLY_STANDARD_ESCAPES.
     setup_xfail cris-*-*
+    setup_xfail sh*-*-*
     run_dump_test strings
 }