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>
|
2006-02-08 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
* startup/linkcmds, startup/linkcmds-le, startup/linkcmds-le.coff: Add
|
* startup/linkcmds, startup/linkcmds-le, startup/linkcmds-le.coff: Add
|
||||||
|
|||||||
@@ -142,7 +142,7 @@ SECTIONS
|
|||||||
.bss . :
|
.bss . :
|
||||||
{
|
{
|
||||||
*(.dynbss)
|
*(.dynbss)
|
||||||
*(.bss*)
|
*(.bss .bss* .gnu.linkonce.b*)
|
||||||
*(COMMON)
|
*(COMMON)
|
||||||
} > ram
|
} > ram
|
||||||
_end = . ;
|
_end = . ;
|
||||||
|
|||||||
@@ -196,7 +196,7 @@ SECTIONS
|
|||||||
.bss :
|
.bss :
|
||||||
{
|
{
|
||||||
*(.dynbss)
|
*(.dynbss)
|
||||||
*(.bss*)
|
*(.bss .bss* .gnu.linkonce.b*)
|
||||||
*(COMMON)
|
*(COMMON)
|
||||||
/* Align here to ensure that the .bss section occupies space up to
|
/* Align here to ensure that the .bss section occupies space up to
|
||||||
_end. Align after .bss to ensure correct alignment even if the
|
_end. Align after .bss to ensure correct alignment even if the
|
||||||
|
|||||||
@@ -141,7 +141,7 @@ SECTIONS
|
|||||||
.bss . :
|
.bss . :
|
||||||
{
|
{
|
||||||
*(.dynbss)
|
*(.dynbss)
|
||||||
*(.bss*)
|
*(.bss .bss* .gnu.linkonce.b*)
|
||||||
*(COMMON)
|
*(COMMON)
|
||||||
} > ram
|
} > ram
|
||||||
_end = . ;
|
_end = . ;
|
||||||
|
|||||||
Reference in New Issue
Block a user