mirror of
https://git.musl-libc.org/git/musl
synced 2025-02-23 21:54:16 +03:00
10 lines
95 B
ArmAsm
10 lines
95 B
ArmAsm
![]() |
.section .init
|
||
|
.global _init
|
||
|
_init:
|
||
|
push %rax
|
||
|
|
||
|
.section .fini
|
||
|
.global _fini
|
||
|
_fini:
|
||
|
push %rax
|