Merge in all .text.Z* sections back to .text...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28619 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -10,7 +10,7 @@ SECTIONS
|
|||||||
__text_begin = .;
|
__text_begin = .;
|
||||||
|
|
||||||
/* text/read-only data */
|
/* text/read-only data */
|
||||||
.text : { *(.text .gnu.linkonce.t.*) }
|
.text : { *(.text .text.* .gnu.linkonce.t.*) }
|
||||||
|
|
||||||
.rodata : { *(.rodata .rodata.* .gnu.linkonce.r.*) }
|
.rodata : { *(.rodata .rodata.* .gnu.linkonce.r.*) }
|
||||||
.sdata2 : { *(.sdata2) }
|
.sdata2 : { *(.sdata2) }
|
||||||
|
|||||||
Reference in New Issue
Block a user