Have the linker provide the btext symbol when referenced. This is needed

for profiling kernels. Apparently, nobody has ever tried to build one on
alpha...
This commit is contained in:
Marcel Moolenaar 2004-08-27 19:13:35 +00:00
parent 8991a235cb
commit f697dffaa4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=134394

View File

@ -41,6 +41,7 @@ SECTIONS
.rela.bss : { *(.rela.bss) }
.rel.plt : { *(.rel.plt) }
.rela.plt : { *(.rela.plt) }
PROVIDE (btext = .);
.init : { *(.init) } =0x47ff041f
.text :
{