musl/crt/arm
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
..
crt1.s add support for init/finit (constructors and destructors) 2012-02-06 14:39:09 -05:00
crti.s fix arm crti/crtn code 2012-06-25 16:06:09 -04:00
crtn.s fix arm crti/crtn code 2012-06-25 16:06:09 -04:00