This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[commit] Add xfails for bfin-*-linux-uclibc in srec.exp


The S-record linker doesn't support Blackfin ELF FDPIC ABI. So add xfails for bfin-*-linux-uclibc target in srec.exp.

Committed on HEAD and binutils-2_20-branch.


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

Index: ld-srec/srec.exp
===================================================================
RCS file: /cvs/src/src/ld/testsuite/ld-srec/srec.exp,v
retrieving revision 1.31
diff -u -r1.31 srec.exp
--- ld-srec/srec.exp	2 Sep 2009 07:25:42 -0000	1.31
+++ ld-srec/srec.exp	23 Sep 2009 09:27:48 -0000
@@ -395,6 +395,9 @@
 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 "ia64-*-*"
 setup_xfail "*-*-cygwin*" "*-*-mingw*" "*-*-pe*" "*-*-winnt*"
 setup_xfail "score-*-*"
+setup_xfail "bfin-*-linux-uclibc"
 
 run_srec_test $test2 "tmpdir/sr3.o"

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]