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

* startup/linkcmds: Fix up .sbss .sbss.* section handling.
This commit is contained in:
Ralf Corsepius
2009-10-16 10:48:50 +00:00
parent c20f690bfa
commit 2787a056b7
2 changed files with 5 additions and 2 deletions
@@ -1,3 +1,7 @@
2009-10-16 Ralf Corsépius <ralf.corsepius@rtems.org>
* startup/linkcmds: Fix up .sbss .sbss.* section handling.
2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>
* make/custom/haleakala.cfg: New (relocated from /make/custom).
@@ -210,8 +210,7 @@ SECTIONS
. = ALIGN (4);
PROVIDE(__SBSS_START__ = .);
sbss.start = .;
*(.sbss*)
*(.gnu.linkonce.sb.*);
*(.sbss .sbss.* *.gnu.linkonce.sb.*);
sbss.end = .;
} > RAM
PROVIDE(__SBSS_END__ = .);