diff options
-rw-r--r-- | ld/ChangeLog | 4 | ||||
-rw-r--r-- | ld/scripttempl/elf32crx.sc | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index a780b87..0f8a375 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2006-05-22 Nick Clifton <nickc@redhat.com> + + * scripttempl/elf32crx.sc (.rdata): Add .rodata.*. + 2006-05-19 Alan Modra <amodra@bigpond.net.au> * ldlang.c (lang_size_sections_1): Don't check mem regions for diff --git a/ld/scripttempl/elf32crx.sc b/ld/scripttempl/elf32crx.sc index 67488ae..63401fe 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 |