b3eca856f0d1ac72cfdd775e5b57444a972ce8c8
[musl] / crt / arm / crtn.s
1 .section .init
2         pop {r0,lr}
3         bx lr
4
5 .section .fini
6         pop {r0,lr}
7         bx lr