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]

SPU FAIL: PHDRS headers 3a


Fixed.

	* ld-scripts/phdrs3.exp (LDFLAGS): Add "--local-store 0:0" for SPU.

Index: ld/testsuite/ld-scripts/phdrs3.exp
===================================================================
RCS file: /cvs/src/src/ld/testsuite/ld-scripts/phdrs3.exp,v
retrieving revision 1.2
diff -u -p -r1.2 phdrs3.exp
--- ld/testsuite/ld-scripts/phdrs3.exp	8 Oct 2009 02:38:26 -0000	1.2
+++ ld/testsuite/ld-scripts/phdrs3.exp	2 Nov 2009 00:50:08 -0000
@@ -30,7 +30,7 @@ set testname "PHDRS headers"
 
 set old_ldflags $LDFLAGS
 if { [istarget spu*-*-*] } {
-    set LDFLAGS "$LDFLAGS --no-overlays"
+    set LDFLAGS "$LDFLAGS --no-overlays --local-store 0:0"
 }
 
 run_dump_test "phdrs3"
 
-- 
Alan Modra
Australia Development Lab, IBM


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