* ld-srec/srec.exp: Add xfails for bfin-*-linux-uclibc.
authorJie Zhang <jie.zhang@analog.com>
Wed, 23 Sep 2009 09:29:52 +0000 (09:29 +0000)
committerJie Zhang <jie.zhang@analog.com>
Wed, 23 Sep 2009 09:29:52 +0000 (09:29 +0000)
ld/testsuite/ChangeLog
ld/testsuite/ld-srec/srec.exp

index bbd33b5bba1303407c55c739ee0ae7b261d555d2..3ac902d93069f7978aa49453e9b55c7d6aacc28a 100644 (file)
@@ -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.
index f0ef1ae1ef9119b18408e5d6bf54d68eec2899bf..e5b5af3e17c98b55348fa38d98725a5a764bc2a7 100644 (file)
@@ -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"
This page took 0.039921 seconds and 4 git commands to generate.