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