forked from Imagelibrary/rtems
2004-11-25 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds, startup/linkcmds.flash: Add new bss sections .bss.* and .gnu.linkonce.b*.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2004-11-25 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
|
* startup/linkcmds, startup/linkcmds.flash: Add new bss sections .bss.*
|
||||||
|
and .gnu.linkonce.b*.
|
||||||
|
|
||||||
2004-09-24 Ralf Corsepius <ralf_corsepius@rtems.org>
|
2004-09-24 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
* configure.ac: Require automake > 1.9.
|
* configure.ac: Require automake > 1.9.
|
||||||
|
|||||||
@@ -155,7 +155,8 @@ SECTIONS
|
|||||||
{
|
{
|
||||||
clear_start = . ;
|
clear_start = . ;
|
||||||
*(.shbss)
|
*(.shbss)
|
||||||
*(.bss)
|
*(.dynbss)
|
||||||
|
*(.bss .bss.* .gnu.linkonce.b.*)
|
||||||
*(COMMON)
|
*(COMMON)
|
||||||
. = ALIGN(0x10);
|
. = ALIGN(0x10);
|
||||||
_end = .;
|
_end = .;
|
||||||
|
|||||||
@@ -159,7 +159,8 @@ SECTIONS
|
|||||||
{
|
{
|
||||||
clear_start = . ;
|
clear_start = . ;
|
||||||
*(.shbss)
|
*(.shbss)
|
||||||
*(.bss)
|
*(.dynbss)
|
||||||
|
*(.bss .bss.* .gnu.linkonce.b.*)
|
||||||
*(COMMON)
|
*(COMMON)
|
||||||
. = ALIGN(0x10);
|
. = ALIGN(0x10);
|
||||||
_end = .;
|
_end = .;
|
||||||
|
|||||||
Reference in New Issue
Block a user