2005-05-11 Joel Sherrill <joel@OARcorp.com>

* startup/linkcmds: Add .rodata.* sections.
This commit is contained in:
Joel Sherrill
2005-05-11 16:44:37 +00:00
parent 2b677d99a9
commit a67e01e325
6 changed files with 15 additions and 3 deletions

View File

@@ -1,3 +1,7 @@
2005-05-11 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds: Add .rodata.* sections.
2005-03-07 Joel Sherrill <joel@OARcorp.com>
* Makefile.am: Add timerstub so more tests link.

View File

@@ -57,7 +57,7 @@ SECTIONS
*/
. = ALIGN (16);
PROVIDE(_rodata_start = . );
*(.rodata)
*(.rodata*)
*(.gnu.linkonce.r*)
PROVIDE(_erodata = . );

View File

@@ -1,3 +1,7 @@
2005-05-11 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds: Add .rodata.* sections.
2005-01-07 Ralf Corsepius <ralf.corsepius@rtems.org>
* Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.

View File

@@ -121,7 +121,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 @@
2005-05-11 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds: Add .rodata.* sections.
2005-05-03 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds, startup/linkcmds.ram, startup/linkcmds.rom: Fix

View File

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