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:
François Revol 2008-11-12 00:14:07 +00:00
parent 098dbd2216
commit f080e026b9

View File

@ -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) }