CVSROOT: /cvs Module name: src Changes by: [email protected] 2012/12/23 05:00:48
Modified files:
lib/csu/i386 : md_init.h
Log message:
Explicitly align the stack on a 16-byte boundary such that constructors can
use SSE instructions. In principle we should be able to rely on the stack to
be aligned properly, but the i386 calling convention makes this rather fragile.
ok guenther@, deraadt@
