CVSROOT: /cvs Module name: src Changes by: [email protected] 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@
