Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
musl
/
45ba07fded06005cddbf36b1a8f0c29c63724893
/
.
/
crt
/
mips
/
crti.s
blob: 39dee38004d934f77fe97375d2277d840c8a3a90 [
file
] [
log
] [
blame
]
.set noreorder
.section .init
.global _init
.type _init
,@
function
.align
2
_init
:
subu
$
sp
,$
sp
,
32
sw
$
gp
,
24
($
sp
)
sw
$
ra
,
28
($
sp
)
.section .fini
.global _fini
.type _fini
,@
function
.align
2
_fini
:
subu
$
sp
,$
sp
,
32
sw
$
gp
,
24
($
sp
)
sw
$
ra
,
28
($
sp
)