[binutils-gdb/binutils-2_26-branch] Mark the linker's -Bsymbolic-functions test as an expected failure for MIPS targets.
Nick Clifton
nickc@sourceware.org
Wed Jan 13 10:02:00 GMT 2016
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=d8c08e7b3ea5ced6a09f316d7839fafaf2642151
commit d8c08e7b3ea5ced6a09f316d7839fafaf2642151
Author: Nick Clifton <nickc@redhat.com>
Date: Wed Jan 13 10:01:35 2016 +0000
Mark the linker's -Bsymbolic-functions test as an expected failure for MIPS targets.
* ld-elf/elf.exp (-Bymsolic-functions): Expect to fail
for MIPS targets.
Diff:
---
ld/testsuite/ChangeLog | 3 +++
ld/testsuite/ld-elf/elf.exp | 2 ++
2 files changed, 5 insertions(+)
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog
index bc21e09..6784fe5 100644
--- a/ld/testsuite/ChangeLog
+++ b/ld/testsuite/ChangeLog
@@ -1,5 +1,8 @@
2016-01-13 Nick Clifton <nickc@redhat.com>
+ * ld-elf/elf.exp (-Bymsolic-functions): Expect to fail
+ for MIPS targets.
+
* ld-scripts/script.exp (extract_symbol_test): Expect to
fail for MIPS targets.
diff --git a/ld/testsuite/ld-elf/elf.exp b/ld/testsuite/ld-elf/elf.exp
index e56c205..01d4aab 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-cvs
mailing list