summaryrefslogtreecommitdiff
path: root/ld/emulparams
diff options
context:
space:
mode:
authorPaul Brook <paul@codesourcery.com>2011-04-18 13:41:39 +0000
committerPaul Brook <paul@codesourcery.com>2011-04-18 13:41:39 +0000
commit8f21538455cc8969672e9d957198b6783464519b (patch)
tree1313ffa23ac948f31913cc9b4f50eb78379f28af /ld/emulparams
parenta403a34576bcdb07d5bcde086069745a32e18d68 (diff)
downloadbinutils-redhat-8f21538455cc8969672e9d957198b6783464519b.tar.gz
2011-04-18 Paul Brook <paul@codesourcery.com>
ld/ * emulparams/elf32_tic6x_le.sh: Define OTHER_READONLY_SECTIONS for unwinding tables.
Diffstat (limited to 'ld/emulparams')
-rw-r--r--ld/emulparams/elf32_tic6x_le.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/emulparams/elf32_tic6x_le.sh b/ld/emulparams/elf32_tic6x_le.sh
index 335bc0f857..4911081f8e 100644
--- a/ld/emulparams/elf32_tic6x_le.sh
+++ b/ld/emulparams/elf32_tic6x_le.sh
@@ -31,6 +31,11 @@ RODATA_NAME="const"
SDATA_NAME="neardata"
SBSS_NAME="bss"
BSS_NAME="far"
+OTHER_READONLY_SECTIONS="
+ .c6xabi.extab ${RELOCATING-0} : { *(.c6xabi.extab${RELOCATING+* .gnu.linkonce.c6xabiextab.*}) }
+ ${RELOCATING+ PROVIDE_HIDDEN (__exidx_start = .); }
+ .c6xabi.exidx ${RELOCATING-0} : { *(.c6xabi.exidx${RELOCATING+* .gnu.linkonce.c6xabiexidx.*}) }
+ ${RELOCATING+ PROVIDE_HIDDEN (__exidx_end = .); }"
OTHER_SDATA_SECTIONS=".rodata ${RELOCATING-0} : { *(.rodata${RELOCATING+ .rodata.*}) }"
OTHER_READONLY_RELOC_SECTIONS="
.rel.rodata ${RELOCATING-0} : { *(.rel.rodata${RELOCATING+ .rel.rodata.*}) }