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
@ -65,6 +65,7 @@ SECTIONS
|
||||
CONSTRUCTORS
|
||||
}
|
||||
.data1 : { *(.data1) }
|
||||
. = ALIGN(32 / 8);
|
||||
_start_ctors = .;
|
||||
PROVIDE (start_ctors = .);
|
||||
.ctors :
|
||||
|
Loading…
Reference in New Issue
Block a user