Add Xtensa port
[deliverable/binutils-gdb.git] / ld / emulparams / elf32xtensa.sh
CommitLineData
e0001a05
NC
1# First set some configuration-specific variables
2. ${srcdir}/emulparams/xtensa-config.sh
3
4# See genscripts.sh and ../scripttempl/elfxtensa.sc for the meaning of these.
5SCRIPT_NAME=elfxtensa
6TEMPLATE_NAME=elf32
7EXTRA_EM_FILE=xtensaelf
8OUTPUT_FORMAT=undefined
9BIG_OUTPUT_FORMAT="elf32-xtensa-be"
10LITTLE_OUTPUT_FORMAT="elf32-xtensa-le"
11TEXT_START_ADDR=0x400000
12NONPAGED_TEXT_START_ADDR=0x400000
13ARCH=xtensa
14MACHINE=
15GENERATE_SHLIB_SCRIPT=yes
16GENERATE_COMBRELOC_SCRIPT=yes
17NO_SMALL_DATA=yes
18OTHER_READONLY_SECTIONS='
19 .xt_except_table : { KEEP (*(.xt_except_table)) }
20 .xt.lit : { *(.xt.lit*) *(.gnu.linkonce.p*) }
21'
22OTHER_READWRITE_SECTIONS='
23 .xt_except_desc :
24 {
25 *(.xt_except_desc)
26 *(.gnu.linkonce.h.*)
27 *(.xt_except_desc_end)
28 }
29'
30OTHER_SECTIONS='
31 .xt.insn : { *(.xt.insn) *(.gnu.linkonce.x*) }
32'
This page took 0.02376 seconds and 4 git commands to generate.