Have the linker provide btext. It's used for profiling.

This commit is contained in:
Marcel Moolenaar 2004-08-25 07:43:28 +00:00
parent f0556e70bb
commit 09814dd676
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=134288

View File

@ -30,6 +30,7 @@ SECTIONS
.rela.bss : { *(.rela.bss .rela.bss.* .rela.gnu.linkonce.b.*) }
.rela.plt : { *(.rela.plt) }
.rela.IA_64.pltoff : { *(.rela.IA_64.pltoff) }
PROVIDE (btext = .);
.init :
{
*(.init)