forked from Imagelibrary/rtems
2009-10-16 Ralf Corsépius <ralf.corsepius@rtems.org>
* startup/linkcmds: Add .sbss.*.
This commit is contained in:
@@ -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).
|
||||||
|
|||||||
@@ -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 = .);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user