summaryrefslogtreecommitdiff
path: root/ld/scripttempl
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2006-05-22 08:49:33 +0000
committerNick Clifton <nickc@redhat.com>2006-05-22 08:49:33 +0000
commitd53eae8024e83b0033abfa81d338ca4edf91e976 (patch)
tree6b34b7bbcfc3f91c082ed8bdfc53b72793bd1114 /ld/scripttempl
parent02941beb00503e59fb0d0da097dabea6776f9ec3 (diff)
downloadbinutils-redhat-d53eae8024e83b0033abfa81d338ca4edf91e976.tar.gz
* scripttempl/elf32crx.sc (.rdata): Add .rodata.*.
Diffstat (limited to 'ld/scripttempl')
-rw-r--r--ld/scripttempl/elf32crx.sc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/scripttempl/elf32crx.sc b/ld/scripttempl/elf32crx.sc
index 67488ae5f7..63401fe7e2 100644
--- a/ld/scripttempl/elf32crx.sc
+++ b/ld/scripttempl/elf32crx.sc
@@ -73,7 +73,7 @@ SECTIONS
.rdata :
{
__RDATA_START = .;
- *(.rdata_4) *(.rdata_2) *(.rdata_1) *(.rdata.*) *(.gnu.linkonce.r.*)
+ *(.rdata_4) *(.rdata_2) *(.rdata_1) *(.rdata.*) *(.gnu.linkonce.r.*) *(.rodata.*)
__RDATA_END = .;
} > rom