mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-17 13:10:12 +08:00
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.
This commit is contained in:
parent
13ce3603be
commit
8405419985
@ -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.
|
||||
|
||||
|
@ -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" "" ""
|
||||
|
Loading…
Reference in New Issue
Block a user