1
0
mirror of https://github.com/fluencelabs/musl synced 2025-05-22 04:01:34 +00:00
musl/crt/arm/crti.s

14 lines
162 B
ArmAsm
Raw Permalink Normal View History

.syntax unified
.section .init
.global _init
.type _init,%function
_init:
push {r0,lr}
.section .fini
.global _fini
.type _fini,%function
_fini:
push {r0,lr}