mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 01:50:24 +08:00
* ld-srec/srec.exp (run_srec_test): Remove powerpc64 xfails, and
xfail for hppa duplicated elsewhere.
This commit is contained in:
@ -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.
|
||||
|
@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user