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

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

View File

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

View File

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