forked from Imagelibrary/rtems
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:
@@ -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>
|
2001-06-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* configure.in: Add bspopts.h.
|
* configure.in: Add bspopts.h.
|
||||||
|
|||||||
@@ -60,8 +60,8 @@ SECTIONS
|
|||||||
/* .gnu.warning sections are handled specially by elf32.em. */
|
/* .gnu.warning sections are handled specially by elf32.em. */
|
||||||
*(.gnu.warning)
|
*(.gnu.warning)
|
||||||
}
|
}
|
||||||
.init : { *(.init) }
|
.init : { __init = .; *(.init) }
|
||||||
.fini : { *(.fini) }
|
.fini : { __fini = .; *(.fini) }
|
||||||
.rodata : { *(.rodata) *(.gnu.linkonce.r*) }
|
.rodata : { *(.rodata) *(.gnu.linkonce.r*) }
|
||||||
.rodata1 : {
|
.rodata1 : {
|
||||||
*(.rodata1)
|
*(.rodata1)
|
||||||
|
|||||||
Reference in New Issue
Block a user