diff options
author | Nick Clifton <nickc@redhat.com> | 2016-01-13 10:00:49 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2016-01-13 10:00:49 +0000 |
commit | 8405419985b2a5f9c4f79b28af6c2324655b5c5b (patch) | |
tree | c7298c121fba5d9d6e49ef0a1a4c7069182e6c44 /ld | |
parent | 13ce3603be6e1732d1580237ba4ed9b0f0f18a1a (diff) | |
download | gdb-8405419985b2a5f9c4f79b28af6c2324655b5c5b.zip gdb-8405419985b2a5f9c4f79b28af6c2324655b5c5b.tar.gz gdb-8405419985b2a5f9c4f79b28af6c2324655b5c5b.tar.bz2 |
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.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 3 | ||||
-rw-r--r-- | ld/testsuite/ld-elf/elf.exp | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index a0222a1..12cda4e 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,5 +1,8 @@ 2016-01-13 Nick Clifton <nickc@redhat.com> + * testsuite/ld-elf/elf.exp (-Bymsolic-functions): Expect to fail + for MIPS targets. + * testsuite/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 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" "" "" |