2006-03-08 Joel Sherrill <joel@OARcorp.com>

* startup/linkcmds, startup/linkcmds-le, startup/linkcmds-le.coff: Add
	.gnu.linkonce.b.* section.
This commit is contained in:
Joel Sherrill
2006-03-08 18:51:26 +00:00
parent e46416dfe3
commit 7c11146a38
4 changed files with 8 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
2006-03-08 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds, startup/linkcmds-le, startup/linkcmds-le.coff: Add
.gnu.linkonce.b.* section.
2006-02-08 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds, startup/linkcmds-le, startup/linkcmds-le.coff: Add

View File

@@ -142,7 +142,7 @@ SECTIONS
.bss . :
{
*(.dynbss)
*(.bss*)
*(.bss .bss* .gnu.linkonce.b*)
*(COMMON)
} > ram
_end = . ;

View File

@@ -196,7 +196,7 @@ SECTIONS
.bss :
{
*(.dynbss)
*(.bss*)
*(.bss .bss* .gnu.linkonce.b*)
*(COMMON)
/* Align here to ensure that the .bss section occupies space up to
_end. Align after .bss to ensure correct alignment even if the

View File

@@ -141,7 +141,7 @@ SECTIONS
.bss . :
{
*(.dynbss)
*(.bss*)
*(.bss .bss* .gnu.linkonce.b*)
*(COMMON)
} > ram
_end = . ;