mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 13:56:22 +08:00
* ld-scripts/phdrs3.exp (LDFLAGS): Add "--local-store 0:0" for SPU.
This commit is contained in:
@ -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>
|
2009-10-30 Mark Mitchell <mark@codesourcery.com>
|
||||||
|
|
||||||
* ld-elfcomm/elfcomm.exp: Compile with -fcommon.
|
* ld-elfcomm/elfcomm.exp: Compile with -fcommon.
|
||||||
@ -383,7 +387,7 @@
|
|||||||
|
|
||||||
2009-09-08 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
|
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>
|
2009-09-08 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
|
@ -30,7 +30,7 @@ set testname "PHDRS headers"
|
|||||||
|
|
||||||
set old_ldflags $LDFLAGS
|
set old_ldflags $LDFLAGS
|
||||||
if { [istarget spu*-*-*] } {
|
if { [istarget spu*-*-*] } {
|
||||||
set LDFLAGS "$LDFLAGS --no-overlays"
|
set LDFLAGS "$LDFLAGS --no-overlays --local-store 0:0"
|
||||||
}
|
}
|
||||||
|
|
||||||
run_dump_test "phdrs3"
|
run_dump_test "phdrs3"
|
||||||
|
Reference in New Issue
Block a user