forked from Imagelibrary/rtems
2006-03-08 Joel Sherrill <joel@OARcorp.com>
* shared/startup/linkcmds: Add .gnu.linkonce.b.* section.
This commit is contained in:
@@ -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>
|
||||
* shared/startup/panic.c, shared/startup/probeMemEnd.c:
|
||||
added code for BSPs to use: panic using printk() to display
|
||||
|
||||
@@ -218,7 +218,7 @@ _SDA_BASE_ = __SDATA_START__ + 0x8000;
|
||||
{
|
||||
PROVIDE (__bss_start = .);
|
||||
*(.dynbss)
|
||||
*(.bss* .gnu.linkonce.b.*)
|
||||
*(.bss .bss* .gnu.linkonce.b*)
|
||||
*(COMMON)
|
||||
. = ALIGN(16);
|
||||
} > CODE
|
||||
|
||||
Reference in New Issue
Block a user