* emulparams/xtensa-config.sh: Delete file.
[binutils-gdb.git] / ld / emulparams / elf32xtensa.sh
1 SCRIPT_NAME=elfxtensa
2 TEMPLATE_NAME=elf32
3 EXTRA_EM_FILE=xtensaelf
4 OUTPUT_FORMAT=undefined
5 BIG_OUTPUT_FORMAT="elf32-xtensa-be"
6 LITTLE_OUTPUT_FORMAT="elf32-xtensa-le"
7 TEXT_START_ADDR=0x400000
8 NONPAGED_TEXT_START_ADDR=0x400000
9 MAXPAGESIZE="CONSTANT (MAXPAGESIZE)"
10 ARCH=xtensa
11 MACHINE=
12 GENERATE_SHLIB_SCRIPT=yes
13 GENERATE_COMBRELOC_SCRIPT=yes
14 NO_SMALL_DATA=yes
15 PLT="/* .plt* sections are embedded in .text */"
16 GOT=".got ${RELOCATING-0} : { *(.got) }"
17 OTHER_READONLY_SECTIONS="
18 .got.loc ${RELOCATING-0} : { *(.got.loc) }
19 .xt_except_table ${RELOCATING-0} : { KEEP (*(.xt_except_table)) }
20 "
21 OTHER_READWRITE_SECTIONS="
22 .xt_except_desc ${RELOCATING-0} :
23 {
24 *(.xt_except_desc${RELOCATING+ .gnu.linkonce.h.*})
25 ${RELOCATING+*(.xt_except_desc_end)}
26 }
27 "
28 OTHER_SECTIONS="
29 .xt.lit 0 : { *(.xt.lit${RELOCATING+ .xt.lit.* .gnu.linkonce.p.*}) }
30 .xt.insn 0 : { *(.xt.insn${RELOCATING+ .gnu.linkonce.x.*}) }
31 .xt.prop 0 : { *(.xt.prop${RELOCATING+ .xt.prop.* .gnu.linkonce.prop.*}) }
32 "