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

This commit is contained in:
Alan Modra 2009-11-02 03:44:20 +00:00
parent 8c16928a3e
commit 4879cf1683
2 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,7 @@
2009-11-02 Alan Modra <amodra@bigpond.net.au>
* ld-scripts/phdrs3.exp (LDFLAGS): Add "--local-store 0:0" for SPU.
2009-10-30 Mark Mitchell <mark@codesourcery.com>
* ld-elfcomm/elfcomm.exp: Compile with -fcommon.
@ -383,7 +387,7 @@
2009-09-08 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
* ld-elf/merge.d: xfail cr16-*-*.
* ld-elf/merge.d: xfail cr16-*-*.
2009-09-08 Alan Modra <amodra@bigpond.net.au>

View file

@ -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"