mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04: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
1 changed files with 1 additions and 0 deletions
|
|
@ -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 a new issue