initial version of mips (o32) port, based on work by Richard Pennington (rdp)
[musl] / crt / arm / crti.s
1 .section .init
2 .global _init
3 _init:
4         push {lr}
5
6 .section .fini
7 .global _fini
8 _fini:
9         push {lr}