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:
parent
098dbd2216
commit
f080e026b9
@ -10,7 +10,7 @@ SECTIONS
|
||||
__text_begin = .;
|
||||
|
||||
/* text/read-only data */
|
||||
.text : { *(.text .gnu.linkonce.t.*) }
|
||||
.text : { *(.text .text.* .gnu.linkonce.t.*) }
|
||||
|
||||
.rodata : { *(.rodata .rodata.* .gnu.linkonce.r.*) }
|
||||
.sdata2 : { *(.sdata2) }
|
||||
|
Loading…
Reference in New Issue
Block a user