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]

fix powerpc64 xpass


ppc64 generic linker support now does some toc relocs, enough to pass
this test.

ld/testsuite/ChangeLog
	* ld-srec/srec.exp (run_srec_test): Remove powerpc64 xfails, and
	xfail for hppa duplicated elsewhere.

Index: ld/testsuite/ld-srec/srec.exp
===================================================================
RCS file: /cvs/src/src/ld/testsuite/ld-srec/srec.exp,v
retrieving revision 1.15
diff -u -p -r1.15 srec.exp
--- ld/testsuite/ld-srec/srec.exp	1 Apr 2003 15:50:31 -0000	1.15
+++ ld/testsuite/ld-srec/srec.exp	11 Jun 2003 06:16:27 -0000
@@ -296,10 +296,6 @@ proc run_srec_test { test objs } {
     
     if { ![ld_simple_link $ld tmpdir/sr1 "$flags $objs"] \
 	 || ![ld_simple_link $ld tmpdir/sr2.sr "$flags --oformat srec $objs"] } {
-	# PowerPc64 srec linker can't handle .toc relocations.
-	setup_xfail "powerpc64*-*-*"
-	setup_xfail "powerpc*-*-*64*"
-	setup_xfail "hppa*-*-*elf*"
 	fail $test
 	return
     }

-- 
Alan Modra
IBM OzLabs - Linux Technology Centre


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