Align the .ctors section correctly.

This fixes the 75% probable panic when using basic block profiling.

Approved by:	re@
This commit is contained in:
Poul-Henning Kamp 2003-12-03 07:40:03 +00:00
parent 88afb90f3c
commit 211e680918
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=123121

View file

@ -65,6 +65,7 @@ SECTIONS
CONSTRUCTORS
}
.data1 : { *(.data1) }
. = ALIGN(32 / 8);
_start_ctors = .;
PROVIDE (start_ctors = .);
.ctors :