* ld-srec/srec.exp: Add xfails for bfin-*-linux-uclibc.
This commit is contained in:
parent
bf70c4f883
commit
ba8149a9e4
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2009-09-23 Jie Zhang <jie.zhang@analog.com>
|
||||
|
||||
* ld-srec/srec.exp: Add xfails for bfin-*-linux-uclibc.
|
||||
|
||||
2009-09-23 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* ld-alpha/tlsbin.rd: Tolerate some whitespace differences.
|
||||
|
|
|
@ -395,6 +395,9 @@ setup_xfail "ia64-*-*"
|
|||
setup_xfail "*-*-cygwin*" "*-*-mingw*" "*-*-pe*" "*-*-winnt*"
|
||||
setup_xfail "score-*-*"
|
||||
|
||||
# The S-record linker doesn't support Blackfin ELF FDPIC ABI.
|
||||
setup_xfail "bfin-*-linux-uclibc"
|
||||
|
||||
run_srec_test $test1 "tmpdir/sr1.o tmpdir/sr2.o"
|
||||
|
||||
# Now try linking a C++ program with global constructors and
|
||||
|
@ -425,5 +428,6 @@ setup_xfail "hppa*-*-*" "mep-*-*"
|
|||
setup_xfail "ia64-*-*"
|
||||
setup_xfail "*-*-cygwin*" "*-*-mingw*" "*-*-pe*" "*-*-winnt*"
|
||||
setup_xfail "score-*-*"
|
||||
setup_xfail "bfin-*-linux-uclibc"
|
||||
|
||||
run_srec_test $test2 "tmpdir/sr3.o"
|
||||
|
|
Loading…
Reference in a new issue