CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2011/08/19 01:59:49
Modified files: lib/csu/i386 : crt0.c Log message: Make sure the stack is properly aligned for using SSE instructions. While our in-tree compiler will emit code to do this at the start of main(), other compilers might not do that. ok miod@