* ld-srec/srec.exp (run_srec_test): Remove powerpc64 xfails, and

xfail for hppa duplicated elsewhere.
This commit is contained in:
Alan Modra
2003-06-11 06:20:44 +00:00
parent 9d83078bc4
commit 4c80642a39
2 changed files with 18 additions and 17 deletions

View File

@ -1,3 +1,8 @@
2003-06-11 Alan Modra <amodra@bigpond.net.au>
* ld-srec/srec.exp (run_srec_test): Remove powerpc64 xfails, and
xfail for hppa duplicated elsewhere.
2003-06-10 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
* ld-mips-elf/rel32-n32.d: Force big endian assembly.

View File

@ -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
}