* sparc/cygmon.ld.src: Link .rodata.* input sections into .text output section.

* sparc/cygmon-sparc64-ld.src: Likewise.
This commit is contained in:
Nick Clifton 2007-02-15 09:53:56 +00:00
parent 18c27356c4
commit 868281075d
3 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2007-02-15 Nick Clifton <nickc@redhat.com>
* sparc/cygmon.ld.src: Link .rodata.* input sections into .text
output section.
* sparc/cygmon-sparc64-ld.src: Likewise.
2007-02-08 Dave Brolley <brolley@redhat.com>
* mep: New target directory.

View File

@ -87,6 +87,7 @@ SECTIONS
*(.init)
*(.lit)
*(.rodata)
*(.rodata.*)
*(.shdata)
*(.eh_frame)
*(.gnu.linkonce.t*)

View File

@ -91,6 +91,7 @@ SECTIONS
*(.init)
*(.lit)
*(.rodata)
*(.rodata.*)
*(.shdata)
*(.eh_frame)
*(.gnu.linkonce.t*)