musl/crt
Rich Felker 976c0fdcb5 remove init/fini array asm from arm crti/crtn files
this code has been replaced by portable C code that works on all
archs. the old asm needs to be removed or ctors/dtors will run twice.
2013-07-21 03:48:35 -04:00
..
arm remove init/fini array asm from arm crti/crtn files 2013-07-21 03:48:35 -04:00
i386 align stack properly for calling global ctors/dtors on x86[_64] 2013-06-03 17:32:42 -04:00
microblaze microblaze port 2012-09-29 01:05:31 -04:00
mips crt1 must align stack pointer on mips 2012-08-17 21:23:10 -04:00
powerpc add missing startfiles for powerpc 2012-11-23 13:31:16 -05:00
x86_64 align stack properly for calling global ctors/dtors on x86[_64] 2013-06-03 17:32:42 -04:00
Scrt1.c PIE support for i386 2012-05-02 21:01:55 -04:00
crt1.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
crti.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
crtn.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00