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