2009-10-16 Ralf Corsépius <ralf.corsepius@rtems.org>

* startup/linkcmds: Add .sbss.*.
This commit is contained in:
Ralf Corsepius
2009-10-16 10:52:42 +00:00
parent 08f740c5bd
commit 15e619c9c6
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2009-10-16 Ralf Corsépius <ralf.corsepius@rtems.org>
* startup/linkcmds: Add .sbss.*.
2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org> 2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>
* make/custom/ep1a.cfg: New (relocated from /make/custom). * make/custom/ep1a.cfg: New (relocated from /make/custom).

View File

@@ -139,7 +139,7 @@ SECTIONS
.sbss : .sbss :
{ {
PROVIDE (__sbss_start = .); PROVIDE (__sbss_start = .);
*(.sbss*) *(.sbss* .sbss.* .gnu.linkonce.sb.*)
*(.scommon) *(.scommon)
PROVIDE (__sbss_end = .); PROVIDE (__sbss_end = .);
} }