aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2011-04-12 06:21:25 +0000
committerAlan Modra <amodra@gmail.com>2011-04-12 06:21:25 +0000
commit24c861152241bb83d0dbd8dba3698af57472a056 (patch)
tree0b993b0cfcbaff1313b96093b1ebe81064bbc325 /gas
parent11e361bc221f6ef3754ed82ab92bb98f8fc98a70 (diff)
downloadgdb-24c861152241bb83d0dbd8dba3698af57472a056.zip
gdb-24c861152241bb83d0dbd8dba3698af57472a056.tar.gz
gdb-24c861152241bb83d0dbd8dba3698af57472a056.tar.bz2
* gas/all/gas.exp (do_930509a): Don't xfail h8300 and mn10200.
Diffstat (limited to 'gas')
-rw-r--r--gas/testsuite/ChangeLog4
-rw-r--r--gas/testsuite/gas/all/gas.exp3
2 files changed, 6 insertions, 1 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog
index daa7b04..e770121 100644
--- a/gas/testsuite/ChangeLog
+++ b/gas/testsuite/ChangeLog
@@ -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.
diff --git a/gas/testsuite/gas/all/gas.exp b/gas/testsuite/gas/all/gas.exp
index 70210c0..59500a1 100644
--- a/gas/testsuite/gas/all/gas.exp
+++ b/gas/testsuite/gas/all/gas.exp
@@ -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
}