2002-11-07 Joel Sherrill <joel@OARcorp.com>

* startup/linkcmds: Include all .rodata* sections.
This commit is contained in:
Joel Sherrill
2002-11-08 00:13:12 +00:00
parent 7c9a5989c8
commit 716d0d41df
8 changed files with 20 additions and 4 deletions

View File

@@ -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.

View File

@@ -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) }

View File

@@ -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.

View File

@@ -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) }

View File

@@ -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.

View File

@@ -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. */

View File

@@ -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.

View File

@@ -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. */