From 3a5260acd3193eeb4c360e4238d6f25133afa6ee Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Wed, 16 Apr 2003 11:53:46 +0000 Subject: [PATCH] Add .jcr section mapping. --- ld/ChangeLog | 4 ++++ ld/scripttempl/xstormy16.sc | 1 + 2 files changed, 5 insertions(+) diff --git a/ld/ChangeLog b/ld/ChangeLog index ecc263b7b..76323c210 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2003-04-16 Nick Clifton + + * scripttempl/xstormy16.sc: Add .jcr section mapping. + 2003-04-15 H.J. Lu From Debian by Jack Howarth : diff --git a/ld/scripttempl/xstormy16.sc b/ld/scripttempl/xstormy16.sc index 94f609319..6d4210e8a 100644 --- a/ld/scripttempl/xstormy16.sc +++ b/ld/scripttempl/xstormy16.sc @@ -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 -- 2.11.4.GIT