* ld-scripts/phdrs3.exp (LDFLAGS): Add "--local-store 0:0" for SPU.
This commit is contained in:
parent
8c16928a3e
commit
4879cf1683
2 changed files with 6 additions and 2 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue