summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sh/gensh2/startup/linkcmds
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2005-05-11 16:44:37 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2005-05-11 16:44:37 +0000
commita67e01e325623bf4208230befc21348e735e06d0 (patch)
tree1971c0dfbb48b4b0b023ebc8cc6d3811bc07ccc6 /c/src/lib/libbsp/sh/gensh2/startup/linkcmds
parent2005-05-11 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-a67e01e325623bf4208230befc21348e735e06d0.tar.bz2
2005-05-11 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds: Add .rodata.* sections.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/sh/gensh2/startup/linkcmds2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/sh/gensh2/startup/linkcmds b/c/src/lib/libbsp/sh/gensh2/startup/linkcmds
index 0df89badd1..84ea2793cb 100644
--- a/c/src/lib/libbsp/sh/gensh2/startup/linkcmds
+++ b/c/src/lib/libbsp/sh/gensh2/startup/linkcmds
@@ -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. */