* sparc/cygmon.ld.src: Link .rodata.* input sections into .text output section.
* sparc/cygmon-sparc64-ld.src: Likewise.
This commit is contained in:
@@ -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*)
|
||||
|
Reference in New Issue
Block a user