freebsd-dev/lib/csu/i386-elf
Doug Rabson 6f21c8127a Align the stack to a 16 byte boundary so that we can safely call functions
that use SSE. The compiler does attempt to do this in main() but not very
successfully - it still manages to use unaligned offsets from %ebp in some
cases. Also we need to have an aligned stack in case something uses SSE
via _init().

MFC After: 1 week
2005-05-19 07:36:07 +00:00
..
crt1.c Align the stack to a 16 byte boundary so that we can safely call functions 2005-05-19 07:36:07 +00:00
crti.S Keep the stack aligned to a 16 byte boundary when calling init functions 2005-05-19 07:31:06 +00:00
crtn.S Keep the stack aligned to a 16 byte boundary when calling init functions 2005-05-19 07:31:06 +00:00
Makefile The <bsd.files.mk> API seems the best to use here. 2004-01-20 13:31:35 +00:00