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]: Unxfail the ld-undefine tests for 68HC11 and 68HC12


Hi!


The ld undefine tests are now passing correctly for 68HC11/HC12. I've committed this patch to remove the xfail on m6811 and m6812.

Stephane

2004-08-01 Stephane Carrez <stcarrez@nerim.fr>

	* ld-undefined/undefined.exp: The undefine tests now work on
	68HC11 and 68HC12.

Index: ld-undefined/undefined.exp
===================================================================
RCS file: /cvs/src/src/ld/testsuite/ld-undefined/undefined.exp,v
retrieving revision 1.18
diff -u -p -r1.18 undefined.exp
--- ld-undefined/undefined.exp	27 Oct 2003 11:42:30 -0000	1.18
+++ ld-undefined/undefined.exp	1 Aug 2004 20:08:39 -0000
@@ -78,8 +78,6 @@ 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
@@ -134,8 +132,6 @@ 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

Attachment: pgp00000.pgp
Description: PGP signature


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