Add .jcr section mapping.

This commit is contained in:
Nick Clifton 2003-04-16 11:53:46 +00:00
parent c448f78fd5
commit 08c76ba660
4 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2003-04-16 Nick Clifton <nickc@redhat.com>
* xstormy16/sim_high.ld: Add .jcr section mapping.
* xstormy16/eva_stub.ld: Likewise.
* xstormy16/eva_app.ld: Likewise.
2003-04-09 Chris Demetriou <cgd@broadcom.com> 2003-04-09 Chris Demetriou <cgd@broadcom.com>
* mips/cfe.c (_flush_cache): New function. * mips/cfe.c (_flush_cache): New function.

View File

@ -52,6 +52,7 @@ SECTIONS
} > RAM } > RAM
.eh_frame : { KEEP (*(.eh_frame)) } > RAM .eh_frame : { KEEP (*(.eh_frame)) } > RAM
.gcc_except_table : { *(.gcc_except_table) } > RAM .gcc_except_table : { *(.gcc_except_table) } > RAM
.jcr : { *(.jcr) } > RAM
.plt : { *(.plt) } > RAM .plt : { *(.plt) } > RAM
_edata = .; _edata = .;
PROVIDE (edata = .); PROVIDE (edata = .);

View File

@ -54,6 +54,7 @@ SECTIONS
} > ROM } > ROM
.eh_frame : { KEEP (*(.eh_frame)) } > ROM .eh_frame : { KEEP (*(.eh_frame)) } > ROM
.gcc_except_table : { *(.gcc_except_table) } > ROM .gcc_except_table : { *(.gcc_except_table) } > ROM
.jcr : { *(.jcr) } > ROM
.plt : { *(.plt) } > ROM .plt : { *(.plt) } > ROM
.text : .text :
{ {

View File

@ -73,6 +73,7 @@ SECTIONS
} > LOROM } > LOROM
.eh_frame : { KEEP (*(.eh_frame)) } > LOROM .eh_frame : { KEEP (*(.eh_frame)) } > LOROM
.gcc_except_table : { *(.gcc_except_table) } > LOROM .gcc_except_table : { *(.gcc_except_table) } > LOROM
.jcr : { *(.jcr) } > LOROM
.plt : { *(.plt) } > LOROM .plt : { *(.plt) } > LOROM
.text : .text :
{ {