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

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

View File

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

View File

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

View File

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