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 | 39f1ebed0b8180d9b48af1b836ce89388eb5de2e (patch) | |
tree | 5f95287ed393ce4a50a98631100c209d9fbd0d66 /ld/scripttempl | |
parent | b496f1528d91b103fab0586fba7b1f73ed4faeba (diff) | |
download | gdb-39f1ebed0b8180d9b48af1b836ce89388eb5de2e.zip gdb-39f1ebed0b8180d9b48af1b836ce89388eb5de2e.tar.gz gdb-39f1ebed0b8180d9b48af1b836ce89388eb5de2e.tar.bz2 |
Add .jcr section mapping.
Diffstat (limited to 'ld/scripttempl')
-rw-r--r-- | ld/scripttempl/xstormy16.sc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ld/scripttempl/xstormy16.sc b/ld/scripttempl/xstormy16.sc index 94f6093..6d4210e 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 |