mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 21:41:47 +08:00
2011-04-18 Paul Brook <paul@codesourcery.com>
ld/ * emulparams/elf32_tic6x_le.sh: Define OTHER_READONLY_SECTIONS for unwinding tables.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2011-04-18 Paul Brook <paul@codesourcery.com>
|
||||||
|
|
||||||
|
* emulparams/elf32_tic6x_le.sh: Define OTHER_READONLY_SECTIONS
|
||||||
|
for unwinding tables.
|
||||||
|
|
||||||
2011-04-18 Alan Modra <amodra@gmail.com>
|
2011-04-18 Alan Modra <amodra@gmail.com>
|
||||||
|
|
||||||
PR ld/12365
|
PR ld/12365
|
||||||
|
@ -31,6 +31,11 @@ RODATA_NAME="const"
|
|||||||
SDATA_NAME="neardata"
|
SDATA_NAME="neardata"
|
||||||
SBSS_NAME="bss"
|
SBSS_NAME="bss"
|
||||||
BSS_NAME="far"
|
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_SDATA_SECTIONS=".rodata ${RELOCATING-0} : { *(.rodata${RELOCATING+ .rodata.*}) }"
|
||||||
OTHER_READONLY_RELOC_SECTIONS="
|
OTHER_READONLY_RELOC_SECTIONS="
|
||||||
.rel.rodata ${RELOCATING-0} : { *(.rel.rodata${RELOCATING+ .rel.rodata.*}) }
|
.rel.rodata ${RELOCATING-0} : { *(.rel.rodata${RELOCATING+ .rel.rodata.*}) }
|
||||||
|
Reference in New Issue
Block a user