Skip to content
Snippets Groups Projects
Commit ba8149a9 authored by Jie Zhang's avatar Jie Zhang
Browse files

* ld-srec/srec.exp: Add xfails for bfin-*-linux-uclibc.

parent bf70c4f8
No related branches found
No related tags found
No related merge requests found
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"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment