* gas/all/gas.exp (do_930509a): Don't xfail h8300 and mn10200.
authorAlan Modra <amodra@gmail.com>
Tue, 12 Apr 2011 06:21:25 +0000 (06:21 +0000)
committerAlan Modra <amodra@gmail.com>
Tue, 12 Apr 2011 06:21:25 +0000 (06:21 +0000)
gas/testsuite/ChangeLog
gas/testsuite/gas/all/gas.exp

index daa7b0421eec52dea7a84dd29e955166b222260a..e770121ec596c6e670b2154c4f447f71b63235af 100644 (file)
@@ -1,3 +1,7 @@
+2011-04-12  Alan Modra  <amodra@gmail.com>
+
+       * gas/all/gas.exp (do_930509a): Don't xfail h8300 and mn10200.
+
 2011-04-11  Julian Brown  <julian@codesourcery.com>
 
        * gas/arm/mrs-msr-thumb-v7-m.s: New.
index 70210c0eb6841eb1d4d85a424976a215f4e9f79a..59500a133112e2a9b05006f81f91732d1da7a885 100644 (file)
@@ -243,7 +243,8 @@ if { ![istarget hppa*-*-*] &&
      ![istarget *c54x*-*-*] } then {
     # the vax fails because VMS can apparently actually handle this
     # case in relocs, so gas doesn't handle it itself.
-    setup_xfail "h8300*-*-elf*" "mn10200*-*-*" "mn10300*-*-*" "vax*-*-vms*"
+    # mn10300 emits two relocs to handle the difference of two symbols.
+    setup_xfail "mn10300*-*-*" "vax*-*-vms*"
     do_930509a
 }
 
This page took 0.037805 seconds and 4 git commands to generate.