From 85f3476d2e36b5b8277ea278ac48be08036e39f6 Mon Sep 17 00:00:00 2001 From: jiez Date: Wed, 23 Sep 2009 09:29:52 +0000 Subject: [PATCH] * ld-srec/srec.exp: Add xfails for bfin-*-linux-uclibc. --- ld/testsuite/ChangeLog | 4 ++++ ld/testsuite/ld-srec/srec.exp | 4 ++++ 2 files changed, 8 insertions(+) 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 + + * ld-srec/srec.exp: Add xfails for bfin-*-linux-uclibc. + 2009-09-23 Alan Modra * 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" -- 2.11.0