aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-srec/srec.exp
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-srec/srec.exp')
-rw-r--r--ld/testsuite/ld-srec/srec.exp4
1 files changed, 0 insertions, 4 deletions
diff --git a/ld/testsuite/ld-srec/srec.exp b/ld/testsuite/ld-srec/srec.exp
index 979cfda..27210d5 100644
--- a/ld/testsuite/ld-srec/srec.exp
+++ b/ld/testsuite/ld-srec/srec.exp
@@ -296,10 +296,6 @@ proc run_srec_test { test objs } {
if { ![ld_simple_link $ld tmpdir/sr1 "$flags $objs"] \
|| ![ld_simple_link $ld tmpdir/sr2.sr "$flags --oformat srec $objs"] } {
- # PowerPc64 srec linker can't handle .toc relocations.
- setup_xfail "powerpc64*-*-*"
- setup_xfail "powerpc*-*-*64*"
- setup_xfail "hppa*-*-*elf*"
fail $test
return
}