2004-11-05 Joel Sherrill <joel@OARcorp.com>

* startup/linkcmds: Add .gnu.linkonce.b section.
This commit is contained in:
Joel Sherrill
2004-11-05 14:43:00 +00:00
parent 1c89b86a31
commit 4755bc1206
6 changed files with 16 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2004-11-05 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds: Add .gnu.linkonce.b section.
2004-09-24 Ralf Corsepius <ralf_corsepius@rtems.org>
* configure.ac: Require automake > 1.9.

View File

@@ -259,6 +259,7 @@ SECTIONS
*(.dynbss)
*(.bss)
*(.bss.*)
*(.gnu.linkonce.b.*)
*(COMMON)
/* Align here to ensure that the .bss section occupies space up to
_end. Align after .bss to ensure correct alignment even if the

View File

@@ -1,3 +1,7 @@
2004-11-05 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds: Add .gnu.linkonce.b section.
2004-09-29 Joel Sherrill <joel@OARcorp.com>
* include/tm27.h: i960 obsoleted and all references removed.

View File

@@ -48,6 +48,7 @@ SECTIONS
{
*(.data)
*(.jcr)
*(.gnu.linkonce.d*)
CONSTRUCTORS
_edata = .;
}
@@ -56,6 +57,7 @@ SECTIONS
_bss_start = .;
_clear_start = .;
*(.bss)
*(.gnu.linkonce.b.*)
*(COMMON)
. = ALIGN (64);
_stack_init = .;

View File

@@ -1,3 +1,7 @@
2004-11-05 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds: Add .gnu.linkonce.b section.
2004-10-21 Ralf Corsepius <ralf_corsepius@rtems.org>
* startup/bspstart.c: Use POSIX fixed size types.

View File

@@ -145,6 +145,7 @@ SECTIONS
_clear_start = .;
*(.bss)
*(.bss.*)
*(.gnu.linkonce.b.*)
*(COMMON)
. = ALIGN(64);
_clear_end = .;