diff options
author | Nick Clifton <nickc@redhat.com> | 2003-04-16 11:53:46 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-04-16 11:53:46 +0000 |
commit | 3a5260acd3193eeb4c360e4238d6f25133afa6ee (patch) | |
tree | 474112714d42b3924847c98a9a095d156f88edcb | |
parent | 4eead911d1055a781d69fe273407ea0644d6bddd (diff) | |
download | binutils-redhat-3a5260acd3193eeb4c360e4238d6f25133afa6ee.tar.gz |
Add .jcr section mapping.
-rw-r--r-- | ld/ChangeLog | 4 | ||||
-rw-r--r-- | ld/scripttempl/xstormy16.sc | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index ecc263b7b2..76323c210f 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -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>: diff --git a/ld/scripttempl/xstormy16.sc b/ld/scripttempl/xstormy16.sc index 94f6093191..6d4210e8a2 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 |