4 OUTPUT_FORMAT
="elf32-spu"
10 INITIAL_READONLY_SECTIONS
='.interrupt : { KEEP(*(.interrupt)) }'
11 if test -z "${CREATE_SHLIB}"; then
12 INITIAL_READONLY_SECTIONS
="${INITIAL_READONLY_SECTIONS}
13 .interp ${RELOCATING-0} : { *(.interp) }"
15 OTHER_END_SYMBOLS
='PROVIDE (__stack = 0x3fff0);'
19 DATA_ADDR
="ALIGN(${MAXPAGESIZE})"
20 OTHER_BSS_SECTIONS
=".toe ALIGN(128) : { *(.toe) } = 0"
21 OTHER_SECTIONS
=".note.spu_name 0 : { KEEP(*(.note.spu_name)) }
22 ._ea 0 : { KEEP(*(._ea)) KEEP(*(._ea.*)) }"