2001-08-30 Joel Sherrill <joel@OARcorp.com>

* startup/linkcmds: Modified to work better with gcc 2.8.1 and
	gnat 3.13p.
This commit is contained in:
Joel Sherrill
2001-08-30 18:38:09 +00:00
parent fb1d8f81a0
commit 7078fa2ac9
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
2001-08-30 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds: Modified to work better with gcc 2.8.1 and
gnat 3.13p.
2001-06-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.in: Add bspopts.h.

View File

@@ -60,8 +60,8 @@ SECTIONS
/* .gnu.warning sections are handled specially by elf32.em. */
*(.gnu.warning)
}
.init : { *(.init) }
.fini : { *(.fini) }
.init : { __init = .; *(.init) }
.fini : { __fini = .; *(.fini) }
.rodata : { *(.rodata) *(.gnu.linkonce.r*) }
.rodata1 : {
*(.rodata1)