From: Nick Clifton Date: Wed, 16 Apr 2003 11:53:46 +0000 (+0000) Subject: Add .jcr section mapping. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=39f1ebed0b8180d9b48af1b836ce89388eb5de2e;p=binutils-gdb.git Add .jcr section mapping. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index ecc263b7b2b..76323c210fe 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 94f6093191a..6d4210e8a2d 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