* emulparams/elf32_spu.sh (OTHER_SECTIONS): Define.
This commit is contained in:
parent
74633dd074
commit
f99ab86efa
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2006-11-20 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
|
* emulparams/elf32_spu.sh (OTHER_SECTIONS): Define.
|
||||||
|
|
||||||
2006-11-13 Daniel Jacobowitz <dan@codesourcery.com>
|
2006-11-13 Daniel Jacobowitz <dan@codesourcery.com>
|
||||||
|
|
||||||
* emultempl/armelf.em (arm_elf_before_allocation): Only call
|
* emultempl/armelf.em (arm_elf_before_allocation): Only call
|
||||||
|
|
|
@ -17,3 +17,4 @@ EMBEDDED=true
|
||||||
MAXPAGESIZE=0x80
|
MAXPAGESIZE=0x80
|
||||||
DATA_ADDR="ALIGN(${MAXPAGESIZE})"
|
DATA_ADDR="ALIGN(${MAXPAGESIZE})"
|
||||||
OTHER_BSS_SECTIONS=".toe ALIGN(128) : { *(.toe) } = 0"
|
OTHER_BSS_SECTIONS=".toe ALIGN(128) : { *(.toe) } = 0"
|
||||||
|
OTHER_SECTIONS=".note.spu_name 0 : { *(.note.spu_name) }"
|
||||||
|
|
Loading…
Add table
Reference in a new issue