mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-24 10:05:08 +08:00
2009-10-16 Ralf Corsépius <ralf.corsepius@rtems.org>
* startup/linkcmds: Fix up .sbss .sbss.* section handling.
This commit is contained in:
@@ -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__ = .);
|
||||
|
||||
Reference in New Issue
Block a user