zig/libc/musl/crt/aarch64/crti.s

14 lines
187 B
ArmAsm
Raw Normal View History

2019-03-13 01:18:52 +08:00
.section .init
.global _init
.type _init,%function
_init:
stp x29,x30,[sp,-16]!
mov x29,sp
.section .fini
.global _fini
.type _fini,%function
_fini:
stp x29,x30,[sp,-16]!
mov x29,sp