forked from Imagelibrary/rtems
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:
@@ -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
|
||||
|
||||
@@ -175,7 +175,7 @@ SECTIONS
|
||||
.bss . :
|
||||
{
|
||||
*(.dynbss)
|
||||
*(.bss*)
|
||||
*(.bss .bss* .gnu.linkonce.b*)
|
||||
*(COMMON)
|
||||
} > ram
|
||||
_end = . ;
|
||||
|
||||
@@ -170,7 +170,7 @@ SECTIONS
|
||||
.bss . :
|
||||
{
|
||||
*(.dynbss)
|
||||
*(.bss*)
|
||||
*(.bss .bss* .gnu.linkonce.b*)
|
||||
*(COMMON)
|
||||
} > ram
|
||||
_end = . ;
|
||||
|
||||
@@ -171,7 +171,7 @@ SECTIONS
|
||||
.bss . :
|
||||
{
|
||||
*(.dynbss)
|
||||
*(.bss*)
|
||||
*(.bss .bss* .gnu.linkonce.b*)
|
||||
*(COMMON)
|
||||
} > ram
|
||||
_end = . ;
|
||||
|
||||
Reference in New Issue
Block a user