mirror of
git://git.musl-libc.org/musl
synced 2025-01-27 09:03:59 +00:00
8 lines
73 B
ArmAsm
8 lines
73 B
ArmAsm
|
.section .init
|
||
|
.global _init
|
||
|
_init:
|
||
|
|
||
|
.section .fini
|
||
|
.global _fini
|
||
|
_fini:
|