add loongarch64 signal.h register index macros
[musl.git] / crt / x32 / crti.s
blob4788968b2202379034da35d9a259aa86f2997549
1 .section .init
2 .global _init
3 _init:
4 push %rax
6 .section .fini
7 .global _fini
8 _fini:
9 push %rax