mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-26 03:24:41 +08:00
* scripttempl/elf32crx.sc (.rdata): Add .rodata.*.
This commit is contained in:
parent
03f4e42f06
commit
b7309adaf2
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user