mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-09 04:21:49 +08:00
Add .jcr section mapping.
This commit is contained in:
parent
b496f1528d
commit
39f1ebed0b
@ -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>:
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user