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

* startup/linkcmds, startup/linkcmds.rom, startup/linkcmds.rom2ram: Add
	.gnu.linkonce.b.* section.
This commit is contained in:
Joel Sherrill
2006-03-08 18:51:21 +00:00
parent 84138c1228
commit e46416dfe3
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.rom, startup/linkcmds.rom2ram: Add
.gnu.linkonce.b.* section.
2006-02-08 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds, startup/linkcmds.rom, startup/linkcmds.rom2ram: Add

View File

@@ -134,7 +134,7 @@ SECTIONS
{
__bss_start = .;
*(.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_start = .;
*(.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

@@ -144,7 +144,7 @@ SECTIONS
{
__bss_start = .;
*(.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