2006-03-08 Joel Sherrill <joel@OARcorp.com>

* startup/linkcmds, startup/linkcmds.dl: Add .gnu.linkonce.b.* section.
This commit is contained in:
Joel Sherrill
2006-03-08 18:49:09 +00:00
parent c8e821cda5
commit bb1626a460
6 changed files with 16 additions and 4 deletions

View File

@@ -1,3 +1,7 @@
2006-03-08 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds, startup/linkcmds.dl: Add .gnu.linkonce.b.* section.
2006-02-08 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds.dl: Add sections required by newer gcc versions.

View File

@@ -132,7 +132,8 @@ SECTIONS
.bss :
{
bss.start = .;
*(.bss*) *(.sbss*) *(COMMON)
*(.bss .bss* .gnu.linkonce.b*)
*(.sbss*) *(COMMON)
bss.end = ALIGN(4);
} > RAM
__SBSS_END__ = .;

View File

@@ -130,7 +130,8 @@ SECTIONS
.bss :
{
bss.start = .;
*(.bss*) *(.sbss*) *(COMMON)
*(.bss .bss* .gnu.linkonce.b*)
*(.sbss*) *(COMMON)
bss.end = ALIGN(4);
} > RAM
__SBSS_END__ = .;

View File

@@ -1,3 +1,7 @@
2006-03-08 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds, startup/linkcmds.dl: Add .gnu.linkonce.b.* section.
2006-02-08 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds, startup/linkcmds.dl: Add sections required by newer

View File

@@ -176,7 +176,8 @@ SECTIONS
.bss :
{
bss.start = .;
*(.bss*) *(.sbss*) *(COMMON)
*(.bss .bss* .gnu.linkonce.b*)
*(.sbss*) *(COMMON)
bss.end = ALIGN(4);
} > RAM
__SBSS_END__ = .;

View File

@@ -130,7 +130,8 @@ SECTIONS
.bss :
{
bss.start = .;
*(.bss*) *(.sbss*) *(COMMON)
*(.bss .bss* .gnu.linkonce.b*)
*(.sbss*) *(COMMON)
bss.end = ALIGN(4);
} > RAM
__SBSS_END__ = .;