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

* startup/linkcmds, startup/linkcmds.pm520: Add .gnu.linkonce.b.*
	section.
This commit is contained in:
Joel Sherrill
2006-03-08 18:49:05 +00:00
parent 0577849b86
commit c8e821cda5
3 changed files with 9 additions and 2 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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