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

* shared/startup/linkcmds: Add .gnu.linkonce.b.* section.
This commit is contained in:
Joel Sherrill
2006-03-08 18:50:56 +00:00
parent bb1626a460
commit 4ba9e20194
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2006-03-08 Joel Sherrill <joel@OARcorp.com>
* shared/startup/linkcmds: Add .gnu.linkonce.b.* section.
2006-02-13 Till Straumann <strauman@slac.stanford.edu> 2006-02-13 Till Straumann <strauman@slac.stanford.edu>
* shared/startup/panic.c, shared/startup/probeMemEnd.c: * shared/startup/panic.c, shared/startup/probeMemEnd.c:
added code for BSPs to use: panic using printk() to display added code for BSPs to use: panic using printk() to display

View File

@@ -218,7 +218,7 @@ _SDA_BASE_ = __SDATA_START__ + 0x8000;
{ {
PROVIDE (__bss_start = .); PROVIDE (__bss_start = .);
*(.dynbss) *(.dynbss)
*(.bss* .gnu.linkonce.b.*) *(.bss .bss* .gnu.linkonce.b*)
*(COMMON) *(COMMON)
. = ALIGN(16); . = ALIGN(16);
} > CODE } > CODE