Searched hist:127254 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/libexec/rtld-elf/amd64/
H A Drtld_start.Sdiff 127254 Sat Mar 20 23:43:39 MST 2004 peter More stack alignment fixes. Arrange so we call _rtld() in ld-elf.so.1
with the correct alignment. This is important because this calls to
library static constructors are made from here. The bug in the old crt*.s
files hid this because in this case, two wrongs do indeed make a right.
Also, call _rtld_bind() with the correct alignment, because it calls back
into the pthread library locking functions. If things happen just
the wrong way, we get a SIG10 due to the broken stack alignment.

Completed in 317 milliseconds