zig/lib/libc/musl/crt/arm/crti.s

16 lines
180 B
ArmAsm
Raw Normal View History

2019-03-12 17:18:52 +00:00
.syntax unified
.section .init
.global _init
.type _init,%function
.align 2
2019-03-12 17:18:52 +00:00
_init:
push {r0,lr}
.section .fini
.global _fini
.type _fini,%function
.align 2
2019-03-12 17:18:52 +00:00
_fini:
push {r0,lr}