Commit: Expect -Bsymbolic-functions test to fail for the MIPS
Nick Clifton
nickc@redhat.com
Wed Jan 13 10:00:00 GMT 2016
Hi Guys,
I am checking in the patch below to mark the linker's
-Bsymbolic-functions test as an expected failure for MIPS targets.
Cheers
Nick
ld/ChangeLog
2016-01-13 Nick Clifton <nickc@redhat.com>
* testsuite/ld-elf/elf.exp (-Bymsolic-functions): Expect to fail
for MIPS targets.
diff --git a/ld/testsuite/ld-elf/elf.exp b/ld/testsuite/ld-elf/elf.exp
index 1d137b3..af0b091 100644
--- a/ld/testsuite/ld-elf/elf.exp
+++ b/ld/testsuite/ld-elf/elf.exp
@@ -109,6 +109,8 @@ if { [check_shared_lib_support] } then {
}
# xfail on tic6x due to non-PIC/non-PID warnings
setup_xfail "tic6x-*-*"
+ # Fails on MIPS because ABI trickery means that a NULL reloc is also emitted.
+ setup_xfail "mips*-*-*"
run_ld_link_tests {
{"-Bsymbolic-functions"
"-shared -Bsymbolic-functions" "" ""
More information about the Binutils
mailing list