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]

[Xtensa] xfail gas redef test


The Xtensa port of gas fails the redef test. This is expected because of the way that difference of symbols expressions are handled. I've committed this patch to mark the expected failure.

2008-08-20 Bob Wilson <bob.wilson@acm.org>

* gas/all/gas.exp: Expect the redef test to fail on Xtensa.
Index: gas.exp
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/all/gas.exp,v
retrieving revision 1.53
diff -u -p -r1.53 gas.exp
--- gas.exp	10 Apr 2008 12:45:18 -0000	1.53
+++ gas.exp	20 Aug 2008 23:31:58 -0000
@@ -87,7 +87,7 @@ case $target_triplet in {
     { *c54x*-*-* } { }
     { z80-*-* } { }
     default {
-	setup_xfail "*c30*-*-*" "*c4x*-*-*" "pdp11-*-*"
+	setup_xfail "*c30*-*-*" "*c4x*-*-*" "pdp11-*-*" "xtensa*-*-*"
 	run_dump_test redef
 	# The next two tests can fail if the target does not convert fixups
 	# against ordinary symbols into relocations against section symbols.

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