1SCRIPT_NAME=elfxtensa 2TEMPLATE_NAME=elf 3EXTRA_EM_FILE=xtensaelf 4OUTPUT_FORMAT=undefined 5BIG_OUTPUT_FORMAT="elf32-xtensa-be" 6LITTLE_OUTPUT_FORMAT="elf32-xtensa-le" 7NO_REL_RELOCS=yes 8TEXT_START_ADDR=0x400000 9MAXPAGESIZE="CONSTANT (MAXPAGESIZE)" 10COMMONPAGESIZE="CONSTANT (COMMONPAGESIZE)" 11ARCH=xtensa 12MACHINE= 13GENERATE_SHLIB_SCRIPT=yes 14GENERATE_PIE_SCRIPT=yes 15GENERATE_COMBRELOC_SCRIPT=yes 16NO_SMALL_DATA=yes 17TEXT_PLT=yes 18PLT="/* .plt* sections are embedded in .text */" 19GOT=".got ${RELOCATING-0} : { *(.got) }" 20OTHER_READONLY_SECTIONS=" 21 .got.loc ${RELOCATING-0} : { *(.got.loc) } 22 .xt_except_table ${RELOCATING-0} : ONLY_IF_RO { KEEP (*(.xt_except_table${RELOCATING+ .xt_except_table.* .gnu.linkonce.e.*})) } 23" 24OTHER_RELRO_SECTIONS=" 25 .xt_except_table ${RELOCATING-0} : ONLY_IF_RW { KEEP (*(.xt_except_table${RELOCATING+ .xt_except_table.* .gnu.linkonce.e.*})) } 26" 27OTHER_READWRITE_SECTIONS=" 28 .xt_except_desc ${RELOCATING-0} : 29 { 30 *(.xt_except_desc${RELOCATING+ .xt_except_desc.* .gnu.linkonce.h.*}) 31 ${RELOCATING+*(.xt_except_desc_end)} 32 } 33" 34OTHER_SDATA_SECTIONS=" 35 .lit4 ${RELOCATING-0} : 36 { 37 ${RELOCATING+PROVIDE (_lit4_start = .);} 38 *(.lit4${RELOCATING+ .lit4.* .gnu.linkonce.lit4.*}) 39 ${RELOCATING+PROVIDE (_lit4_end = .);} 40 } 41" 42OTHER_SECTIONS=" 43 .xt.lit 0 : { KEEP (*(.xt.lit${RELOCATING+ .xt.lit.* .gnu.linkonce.p.*})) } 44 .xt.insn 0 : { KEEP (*(.xt.insn${RELOCATING+ .gnu.linkonce.x.*})) } 45 .xt.prop 0 : { KEEP (*(.xt.prop${RELOCATING+ .xt.prop.* .gnu.linkonce.prop.*})) } 46" 47