mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
2005-01-28 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds: Add .gnu.linkonce.b.* section.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2005-01-28 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
|
* startup/linkcmds: Add .gnu.linkonce.b.* section.
|
||||||
|
|
||||||
2005-01-26 Joel Sherrill <joel@OARcorp.com>
|
2005-01-26 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
* startup/linkcmds: Now links.
|
* startup/linkcmds: Now links.
|
||||||
|
|||||||
@@ -161,7 +161,7 @@ SECTIONS
|
|||||||
{
|
{
|
||||||
PROVIDE (__bss_start = .);
|
PROVIDE (__bss_start = .);
|
||||||
*(.dynbss)
|
*(.dynbss)
|
||||||
*(.bss)
|
*(.bss .bss.* .gnu.linkonce.b.*)
|
||||||
*(COMMON)
|
*(COMMON)
|
||||||
. = ALIGN(8) + 0x8000;
|
. = ALIGN(8) + 0x8000;
|
||||||
PROVIDE (__stack = .);
|
PROVIDE (__stack = .);
|
||||||
|
|||||||
Reference in New Issue
Block a user