diff options
author | Paul Brook <paul@codesourcery.com> | 2011-04-18 13:41:40 +0000 |
---|---|---|
committer | Paul Brook <paul@codesourcery.com> | 2011-04-18 13:41:40 +0000 |
commit | 6970a02804ddec603b4cdc6c2dcb98dbdca184c4 (patch) | |
tree | a458f6adfc95ab25f32420bc96c294ea181b2bf5 /ld/emulparams | |
parent | 308ecdc7cee575abd597cbbc4465c67376bd14e5 (diff) | |
download | gdb-6970a02804ddec603b4cdc6c2dcb98dbdca184c4.zip gdb-6970a02804ddec603b4cdc6c2dcb98dbdca184c4.tar.gz gdb-6970a02804ddec603b4cdc6c2dcb98dbdca184c4.tar.bz2 |
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.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/emulparams/elf32_tic6x_le.sh b/ld/emulparams/elf32_tic6x_le.sh index 335bc0f..4911081 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.*}) } |