2011-04-18 Paul Brook <paul@codesourcery.com>
authorPaul Brook <paul@codesourcery.com>
Mon, 18 Apr 2011 13:41:40 +0000 (13:41 +0000)
committerPaul Brook <paul@codesourcery.com>
Mon, 18 Apr 2011 13:41:40 +0000 (13:41 +0000)
ld/
* emulparams/elf32_tic6x_le.sh: Define OTHER_READONLY_SECTIONS
for unwinding tables.

ld/ChangeLog
ld/emulparams/elf32_tic6x_le.sh

index 070e49b..0a2357f 100644 (file)
@@ -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>
 
        PR ld/12365
index 335bc0f..4911081 100644 (file)
@@ -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.*}) }