2007-07-11 Joel Sherrill <joel.sherrill@oarcorp.com>

* startup/linkcmds.ep5200: Add .jcr section.
This commit is contained in:
Joel Sherrill
2007-07-11 14:43:21 +00:00
parent 3df0866086
commit 48593d7bba
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2007-07-11 Joel Sherrill <joel.sherrill@oarcorp.com>
* startup/linkcmds.ep5200: Add .jcr section.
2007-07-10 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de> 2007-07-10 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
* bsp_specs, startup/linkcmds, startup/linkcmds.pm520: * bsp_specs, startup/linkcmds, startup/linkcmds.pm520:

View File

@@ -148,7 +148,8 @@ SECTIONS
} > ram } > ram
.jcr : { KEEP (*(.jcr)) } >ram
PROVIDE (__EXCEPT_START__ = .); PROVIDE (__EXCEPT_START__ = .);
.gcc_except_table : { *(.gcc_except_table) } >ram .gcc_except_table : { *(.gcc_except_table) } >ram
PROVIDE (__EXCEPT_END__ = .); PROVIDE (__EXCEPT_END__ = .);