mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
2006-03-08 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds, startup/linkcmds.pm520: 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.pm520: 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.pm520: Add sections required by
|
* startup/linkcmds, startup/linkcmds.pm520: Add sections required by
|
||||||
|
|||||||
@@ -194,7 +194,8 @@ SECTIONS
|
|||||||
.bss :
|
.bss :
|
||||||
{
|
{
|
||||||
bss.start = .;
|
bss.start = .;
|
||||||
*(.bss*) *(.sbss*) *(COMMON)
|
*(.bss .bss* .gnu.linkonce.b*)
|
||||||
|
*(.sbss*) *(COMMON)
|
||||||
. = ALIGN(4);
|
. = ALIGN(4);
|
||||||
bss.end = .;
|
bss.end = .;
|
||||||
} > ram
|
} > ram
|
||||||
|
|||||||
@@ -184,7 +184,8 @@ SECTIONS
|
|||||||
.bss :
|
.bss :
|
||||||
{
|
{
|
||||||
bss.start = .;
|
bss.start = .;
|
||||||
*(.bss*) *(.sbss*) *(COMMON)
|
*(.bss .bss* .gnu.linkonce.b*)
|
||||||
|
*(.sbss*) *(COMMON)
|
||||||
. = ALIGN(4);
|
. = ALIGN(4);
|
||||||
bss.end = .;
|
bss.end = .;
|
||||||
} > ram
|
} > ram
|
||||||
|
|||||||
Reference in New Issue
Block a user