* scripttempl/elfxtensa.sc: Sync up with elf.sc.

* emulparams/elf32xtensa.sh (PLT, GOT): Define.
This commit is contained in:
Bob Wilson
2005-05-12 00:31:22 +00:00
parent 01db59d261
commit be2c2e39a9
3 changed files with 73 additions and 31 deletions

View File

@@ -15,6 +15,8 @@ MACHINE=
GENERATE_SHLIB_SCRIPT=yes
GENERATE_COMBRELOC_SCRIPT=yes
NO_SMALL_DATA=yes
PLT="/* .plt* sections are embedded in .text */"
GOT=".got ${RELOCATING-0} : { *(.got) }"
OTHER_READONLY_SECTIONS="
.got.loc ${RELOCATING-0} : { *(.got.loc) }
.xt_except_table ${RELOCATING-0} : { KEEP (*(.xt_except_table)) }