vax decoding of indexed addressing mode
[deliverable/binutils-gdb.git] / ld / emulparams / elf32_spu.sh
CommitLineData
e9f53129 1SCRIPT_NAME=elf
075a2b89 2TEMPLATE_NAME=elf
e9f53129
AM
3EXTRA_EM_FILE=spuelf
4OUTPUT_FORMAT="elf32-spu"
485cf679 5NO_REL_RELOCS=yes
e9f53129
AM
6ARCH=spu
7MACHINE=
8ALIGNMENT=16
9TEXT_START_ADDR=0
10INITIAL_READONLY_SECTIONS='.interrupt : { KEEP(*(.interrupt)) }'
11if test -z "${CREATE_SHLIB}"; then
12 INITIAL_READONLY_SECTIONS="${INITIAL_READONLY_SECTIONS}
13 .interp ${RELOCATING-0} : { *(.interp) }"
14fi
15OTHER_END_SYMBOLS='PROVIDE (__stack = 0x3fff0);'
16NO_SMALL_DATA=true
17EMBEDDED=true
18MAXPAGESIZE=0x80
19DATA_ADDR="ALIGN(${MAXPAGESIZE})"
20OTHER_BSS_SECTIONS=".toe ALIGN(128) : { *(.toe) } = 0"
8374f9d4 21OTHER_SECTIONS=".note.spu_name 0 : { KEEP(*(.note.spu_name)) }
2bf2bf23 22 ._ea 0 : { KEEP(*(._ea))${RELOCATING+ KEEP(*(._ea.*))} }"
9cc305ec
TS
23OTHER_READONLY_SECTIONS="
24 .fixup ${RELOCATING-0} : {
2bf2bf23 25 ${RELOCATING+PROVIDE (__fixup_start = .);}
9cc305ec
TS
26 KEEP(*(.fixup))
27 }"
This page took 0.614067 seconds and 4 git commands to generate.