2009-10-19 Joel Sherrill <joel.sherrill@OARcorp.com>

* shared/startup/linkcmds: Add __SBSS_END__ and __SBSS2_END__.
This commit is contained in:
Joel Sherrill
2009-10-19 17:58:34 +00:00
parent b344b3deac
commit e84ada6848
2 changed files with 6 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2009-10-19 Joel Sherrill <joel.sherrill@OARcorp.com>
* shared/startup/linkcmds: Add __SBSS_END__ and __SBSS2_END__.
2009-10-16 Ralf Corsépius <ralf.corsepius@rtems.org>
* shared/startup/zerobss.c: Remove nested externs.

View File

@@ -105,6 +105,7 @@ _SDA2_BASE_ = __SDATA2_START__ + 0x8000;
* which may be important if run-time loading is used
*/
. += 1;
PROVIDE (__SBSS2_END__ = .);
} >CODE
.eh_frame : { *(.eh_frame) } >CODE
@@ -211,6 +212,7 @@ _SDA_BASE_ = __SDATA_START__ + 0x8000;
* which may be important if run-time loading is used
*/
. += 1;
PROVIDE (__SBSS_END__ = .);
PROVIDE (__sbss_end = .);
} > CODE
.plt : { *(.plt) } > CODE