csu x86_64 - properly align stack
authorAlex Hornung <ahornung@gmail.com>
Sat, 30 Jul 2011 08:04:14 +0000 (09:04 +0100)
committerAlex Hornung <ahornung@gmail.com>
Sat, 30 Jul 2011 08:14:35 +0000 (09:14 +0100)
commitc7a4cde72d531a700a01278b1a3596efd362767d
treefecc959682de59cec960f4349032be2dc3ab4aa7
parent007ff2f821792f5ed87e1550e356a02519fba85f
csu x86_64 - properly align stack

 * Properly align the stack for the _init and _fini function calls
   as expected by the x86_64 ABI and gcc.

 * This solves a bus error (unaligned MOVDQA) with pixman and some
   other stuff using SSE.
lib/csu/x86_64/crti.S
lib/csu/x86_64/crtn.S