rework langinfo code for ABI compat and for use by time code
[musl] / crt / arm / crtn.s
1 .section .init
2         pop {r0,lr}
3         tst lr,#1
4         moveq pc,lr
5         bx lr
6
7 .section .fini
8         pop {r0,lr}
9         tst lr,#1
10         moveq pc,lr
11         bx lr