forked from Imagelibrary/rtems
2002-11-07 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds: Include all .rodata* sections.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2002-11-07 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Include all .rodata* sections.
|
||||
|
||||
2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* .cvsignore: Reformat.
|
||||
|
||||
@@ -78,7 +78,7 @@ SECTIONS
|
||||
.rela.data :
|
||||
{ *(.rela.data) *(.rela.gnu.linkonce.d*) }
|
||||
.rel.rodata :
|
||||
{ *(.rel.rodata) *(.rel.gnu.linkonce.r*) }
|
||||
{ *(.rel.rodata*) *(.rel.gnu.linkonce.r*) }
|
||||
.rela.rodata :
|
||||
{ *(.rela.rodata) *(.rela.gnu.linkonce.r*) }
|
||||
.rel.got : { *(.rel.got) }
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
2002-11-07 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Include all .rodata* sections.
|
||||
|
||||
2002-11-01 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* start/start.S, startup/hw_init.c: Removed warnings.
|
||||
|
||||
@@ -91,7 +91,7 @@ SECTIONS
|
||||
.rela.data :
|
||||
{ *(.rela.data) *(.rela.gnu.linkonce.d*) }
|
||||
.rel.rodata :
|
||||
{ *(.rel.rodata) *(.rel.gnu.linkonce.r*) }
|
||||
{ *(.rel.rodata*) *(.rel.gnu.linkonce.r*) }
|
||||
.rela.rodata :
|
||||
{ *(.rela.rodata) *(.rela.gnu.linkonce.r*) }
|
||||
.rel.got : { *(.rel.got) }
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
2002-11-07 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Include all .rodata* sections.
|
||||
|
||||
2002-11-01 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* gdbsci/gdbsci.c: Removed warnings.
|
||||
|
||||
@@ -100,7 +100,7 @@ SECTIONS
|
||||
_etext = .;
|
||||
PROVIDE (etext = .);
|
||||
.fini . : { *(.fini) } =0
|
||||
.rodata . : { *(.rodata) *(.gnu.linkonce.r*) }
|
||||
.rodata . : { *(.rodata*) *(.gnu.linkonce.r*) }
|
||||
.rodata1 . : { *(.rodata1) }
|
||||
/* Adjust the address for the data segment. We want to adjust up to
|
||||
the same address within the page on the next page up. */
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
2002-11-07 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Include all .rodata* sections.
|
||||
|
||||
2002-11-01 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* clock/ckinit.c, console/console.c: Removed warnings.
|
||||
|
||||
@@ -88,7 +88,7 @@ SECTIONS
|
||||
_etext = .;
|
||||
PROVIDE (etext = .);
|
||||
.fini . : { *(.fini) } =0
|
||||
.rodata . : { *(.rodata) *(.gnu.linkonce.r*) }
|
||||
.rodata . : { *(.rodata*) *(.gnu.linkonce.r*) }
|
||||
.rodata1 . : { *(.rodata1) }
|
||||
/* Adjust the address for the data segment. We want to adjust up to
|
||||
the same address within the page on the next page up. */
|
||||
|
||||
Reference in New Issue
Block a user