This is the mail archive of the binutils@sources.redhat.com 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]

revert Xtensa xfail for ld-undefined test


I marked this test as an expected failure for Xtensa only a week ago, but then noticed that it passed when I used a compiler that directly generated the DWARF2 line number table instead of emitting .loc directives. It turned out that the Xtensa port of the assembler was generating incorrect line numbers. I've fixed that now, so this patch reverts the xfail change. Committed on the mainline.

2005-05-20 Bob Wilson <bob.wilson@acm.org>

* ld-undefined/undefined.exp: Revert xfail for xtensa-*-*.

Index: ld-undefined/undefined.exp
===================================================================
RCS file: /cvs/src/src/ld/testsuite/ld-undefined/undefined.exp,v
retrieving revision 1.24
diff -u -r1.24 undefined.exp
--- ld-undefined/undefined.exp	12 May 2005 07:32:09 -0000	1.24
+++ ld-undefined/undefined.exp	20 May 2005 19:04:50 -0000
@@ -128,7 +128,5 @@
 # of 9. On 64 bit s/390 this works because of the new brasl instruction that
 # doesn't need a literal pool entry.
 setup_xfail s390-*-*
-# Xtensa also uses a literal pool and has the same problem as s/390.
-setup_xfail xtensa-*-*
 
 checkund $ml $testline

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