mirror of
https://github.com/fluencelabs/musl
synced 2025-04-29 00:52:15 +00:00
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).