mirror of
git://git.musl-libc.org/musl
synced 2024-12-23 23:23:12 +00:00
8 lines
73 B
ArmAsm
8 lines
73 B
ArmAsm
|
.section .init
|
||
|
.global _init
|
||
|
_init:
|
||
|
|
||
|
.section .fini
|
||
|
.global _fini
|
||
|
_fini:
|