musl/crt
Rich Felker 9abab94b21 fix arm crti/crtn code
lr must be saved because init/fini-section code from the compiler
clobbers it. this was not a problem when i tested without gcc's
crtbegin/crtend files present, but with them, musl on arm fails to
work (infinite loop in _init).
2012-06-25 16:06:09 -04:00
..
arm fix arm crti/crtn code 2012-06-25 16:06:09 -04:00
i386 consistency cleanup: removed redundant size suffixed from i386 asm 2012-05-02 21:03:25 -04:00
x86_64 remove some junk from x86_64 start files 2012-05-02 21:16:02 -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