* 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>
|
2007-02-08 Dave Brolley <brolley@redhat.com>
|
||||||
|
|
||||||
* mep: New target directory.
|
* mep: New target directory.
|
||||||
|
|
|
@ -87,6 +87,7 @@ SECTIONS
|
||||||
*(.init)
|
*(.init)
|
||||||
*(.lit)
|
*(.lit)
|
||||||
*(.rodata)
|
*(.rodata)
|
||||||
|
*(.rodata.*)
|
||||||
*(.shdata)
|
*(.shdata)
|
||||||
*(.eh_frame)
|
*(.eh_frame)
|
||||||
*(.gnu.linkonce.t*)
|
*(.gnu.linkonce.t*)
|
||||||
|
|
|
@ -91,6 +91,7 @@ SECTIONS
|
||||||
*(.init)
|
*(.init)
|
||||||
*(.lit)
|
*(.lit)
|
||||||
*(.rodata)
|
*(.rodata)
|
||||||
|
*(.rodata.*)
|
||||||
*(.shdata)
|
*(.shdata)
|
||||||
*(.eh_frame)
|
*(.eh_frame)
|
||||||
*(.gnu.linkonce.t*)
|
*(.gnu.linkonce.t*)
|
||||||
|
|
Loading…
Reference in New Issue