* sparc/cygmon.ld.src: Link .rodata.* input sections into .text output section.
* sparc/cygmon-sparc64-ld.src: Likewise.
This commit is contained in:
parent
18c27356c4
commit
868281075d
|
@ -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.
|
||||
|
|
|
@ -87,6 +87,7 @@ SECTIONS
|
|||
*(.init)
|
||||
*(.lit)
|
||||
*(.rodata)
|
||||
*(.rodata.*)
|
||||
*(.shdata)
|
||||
*(.eh_frame)
|
||||
*(.gnu.linkonce.t*)
|
||||
|
|
|
@ -91,6 +91,7 @@ SECTIONS
|
|||
*(.init)
|
||||
*(.lit)
|
||||
*(.rodata)
|
||||
*(.rodata.*)
|
||||
*(.shdata)
|
||||
*(.eh_frame)
|
||||
*(.gnu.linkonce.t*)
|
||||
|
|
Loading…
Reference in New Issue