CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2011/07/23 15:41:19
Modified files: libexec/ld.so/amd64: ldasm.S Log message: Properly align the stack early on in the ld.so startup code such that code run from .init that uses SSE doesn't randomly trigger SIGBUS. ok drahn@, miod@