mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
Align the .ctors section correctly.
This fixes the 75% probable panic when using basic block profiling. Approved by: re@
This commit is contained in:
parent
88afb90f3c
commit
211e680918
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=123121
1 changed files with 1 additions and 0 deletions
|
@ -65,6 +65,7 @@ SECTIONS
|
|||
CONSTRUCTORS
|
||||
}
|
||||
.data1 : { *(.data1) }
|
||||
. = ALIGN(32 / 8);
|
||||
_start_ctors = .;
|
||||
PROVIDE (start_ctors = .);
|
||||
.ctors :
|
||||
|
|
Loading…
Reference in a new issue