Add .jcr section mapping.

This commit is contained in:
Nick Clifton 2003-04-16 11:53:46 +00:00
parent b496f1528d
commit 39f1ebed0b
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2003-04-16 Nick Clifton <nickc@redhat.com>
* scripttempl/xstormy16.sc: Add .jcr section mapping.
2003-04-15 H.J. Lu <hjl@gnu.org>
From Debian by Jack Howarth <howarth@nitro.med.uc.edu>:

View File

@ -155,6 +155,7 @@ SECTIONS
.rodata ${RELOCATING-0} : { *(.rodata) ${RELOCATING+*(.rodata.*)} ${RELOCATING+*(.gnu.linkonce.r.*)} } > ROM
${RELOCATING+${CTOR}}
${RELOCATING+${DTOR}}
.jcr : { KEEP (*(.jcr)) } > ROM
.eh_frame : { KEEP (*(.eh_frame)) } > ROM
.gcc_except_table : { *(.gcc_except_table) } > ROM
.plt : { *(.plt) } > ROM