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]

[PATCH]: Mark ld-undefined as xfail for m6811/m6812


Hi!

The ld-undefined test has 2 test cases that fail due to the known limitation of
bfd Dwarf2 that fails to find the line number of undefined symbol due to relocation problems.
I've committed this patch to mark these tests as XFAIL for m6811-*-* and m6812-*-*.
(obvious)

Stephane

2003-10-27 Stephane Carrez <stcarrez@nerim.fr>

	* ld-undefined/undefined.exp: Mark as xfail for m6811 and m6812
	due to elf/Dwarf2 binutils limitation.

Index: testsuite/ld-undefined/undefined.exp
===================================================================
RCS file: /cvs/src/src/ld/testsuite/ld-undefined/undefined.exp,v
retrieving revision 1.17
diff -u -p -r1.17 undefined.exp
--- testsuite/ld-undefined/undefined.exp	17 Jun 2003 11:01:17 -0000	1.17
+++ testsuite/ld-undefined/undefined.exp	27 Oct 2003 10:21:30 -0000
@@ -78,6 +78,8 @@ setup_xfail "alpha*-*-linux*"
 setup_xfail "hppa*64*-*-*"
 setup_xfail "mn10300-*-elf"
 setup_xfail "sh-*-*"
+setup_xfail "m6811-*-*"
+setup_xfail "m6812-*-*"
 
 set mf "tmpdir/undefined.o* In function `function':"
 checkund $mf $testfn
@@ -132,6 +134,8 @@ set ml "undefined.c:9: undefined referen
 setup_xfail mcore-*-elf
 setup_xfail mips-sgi-irix6*
 setup_xfail "sh64-*-*"
+setup_xfail "m6811-*-*"
+setup_xfail "m6812-*-*"
 
 # The undefined test fails on 31 bit s/390 because the address of the 
 # function `this_function_is_not_defined' is stored in the literal pool of

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