2005-01-28 Joel Sherrill <joel@OARcorp.com>

* startup/linkcmds: Add .gnu.linkonce.b.* section.
This commit is contained in:
Joel Sherrill
2005-01-28 16:44:00 +00:00
parent a30a08a055
commit a69fb0c600
2 changed files with 5 additions and 1 deletions

View File

@@ -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>
* startup/linkcmds: Now links.

View File

@@ -161,7 +161,7 @@ SECTIONS
{
PROVIDE (__bss_start = .);
*(.dynbss)
*(.bss)
*(.bss .bss.* .gnu.linkonce.b.*)
*(COMMON)
. = ALIGN(8) + 0x8000;
PROVIDE (__stack = .);