mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 05:58:57 +00:00
Have the linker provide btext. It's used for profiling.
This commit is contained in:
parent
f0556e70bb
commit
09814dd676
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=134288
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user