musl/crt/x86_64
Rich Felker a6d272127b 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.
2013-06-03 17:32:42 -04:00
..
Scrt1.s remove some junk from x86_64 start files 2012-05-02 21:16:02 -04:00
crt1.s remove some junk from x86_64 start files 2012-05-02 21:16:02 -04:00
crti.s align stack properly for calling global ctors/dtors on x86[_64] 2013-06-03 17:32:42 -04:00
crtn.s align stack properly for calling global ctors/dtors on x86[_64] 2013-06-03 17:32:42 -04:00