rework langinfo code for ABI compat and for use by time code
[musl] / crt / arm / crti.s
1 .section .init
2 .global _init
3 _init:
4         push {r0,lr}
5
6 .section .fini
7 .global _fini
8 _fini:
9         push {r0,lr}