mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 05:58:57 +00:00
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:
parent
8991a235cb
commit
f697dffaa4
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=134394
@ -41,6 +41,7 @@ SECTIONS
|
||||
.rela.bss : { *(.rela.bss) }
|
||||
.rel.plt : { *(.rel.plt) }
|
||||
.rela.plt : { *(.rela.plt) }
|
||||
PROVIDE (btext = .);
|
||||
.init : { *(.init) } =0x47ff041f
|
||||
.text :
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user