align stack properly for calling global ctors/dtors on x86[_64]
authorRich Felker <dalias@aerifal.cx>
Mon, 3 Jun 2013 21:32:42 +0000 (17:32 -0400)
committerRich Felker <dalias@aerifal.cx>
Mon, 3 Jun 2013 21:32:42 +0000 (17:32 -0400)
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.


No differences found