From: Rich Felker Date: Mon, 3 Jun 2013 21:32:42 +0000 (-0400) Subject: align stack properly for calling global ctors/dtors on x86[_64] X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=commitdiff_plain;h=a6d272127bb6a2eb09dc182cc39c49e77310ade4;hp=a6d272127bb6a2eb09dc182cc39c49e77310ade4 align stack properly for calling global ctors/dtors on x86[_64] failure to do so was causing crashes on x86_64 when ctors used SSE, which was first observed when ctors called variadic functions due to the SSE prologue code inserted into every variadic function. ---