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