diff options
author | Jie Zhang <jie.zhang@analog.com> | 2009-09-23 09:29:52 +0000 |
---|---|---|
committer | Jie Zhang <jie.zhang@analog.com> | 2009-09-23 09:29:52 +0000 |
commit | 7897302e96603cbefe164f6a30c7dab326cc8c1f (patch) | |
tree | a9937709430a0afb110196b3db84e1132b985e9d | |
parent | 9a8d7092d296d85cb3ac7f12b2cb19f8e34edc60 (diff) | |
download | binutils-redhat-7897302e96603cbefe164f6a30c7dab326cc8c1f.tar.gz |
* ld-srec/srec.exp: Add xfails for bfin-*-linux-uclibc.
-rw-r--r-- | ld/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | ld/testsuite/ld-srec/srec.exp | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index bbd33b5bba..3ac902d930 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -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. diff --git a/ld/testsuite/ld-srec/srec.exp b/ld/testsuite/ld-srec/srec.exp index f0ef1ae1ef..e5b5af3e17 100644 --- a/ld/testsuite/ld-srec/srec.exp +++ b/ld/testsuite/ld-srec/srec.exp @@ -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" |