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 | ba8149a9e4a7a787eec0e0af6cf6aa4063062e6f (patch) | |
tree | 7dbd1cf0d59b75feee59fcf8a291d97963771b2a /ld/testsuite/ld-srec | |
parent | bf70c4f88317afac4e4a8861a173649875078f71 (diff) | |
download | gdb-ba8149a9e4a7a787eec0e0af6cf6aa4063062e6f.zip gdb-ba8149a9e4a7a787eec0e0af6cf6aa4063062e6f.tar.gz gdb-ba8149a9e4a7a787eec0e0af6cf6aa4063062e6f.tar.bz2 |
* ld-srec/srec.exp: Add xfails for bfin-*-linux-uclibc.
Diffstat (limited to 'ld/testsuite/ld-srec')
-rw-r--r-- | ld/testsuite/ld-srec/srec.exp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ld/testsuite/ld-srec/srec.exp b/ld/testsuite/ld-srec/srec.exp index f0ef1ae..e5b5af3 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" |