2004-10-28 Joel Sherrill <joel@OARcorp.com>

* startup/linkcmds: Add .gnu.linkonce.b.*.
This commit is contained in:
Joel Sherrill
2004-10-28 18:09:48 +00:00
parent 62fdded1ac
commit 9fcf77a662
2 changed files with 5 additions and 0 deletions

View File

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

View File

@@ -123,6 +123,7 @@ SECTIONS {
. += (256 * 4);
_clear_start = .;
*(.bss)
*(.gnu.linkonce.b*)
*(COMMON)
. = ALIGN (16);
PROVIDE (end = .);