mirror of
git://git.musl-libc.org/musl
synced 2024-12-16 19:55:38 +00:00
5972c4a411
based on patch submitted by Jaydeep Patil, with minor changes.
13 lines
166 B
ArmAsm
13 lines
166 B
ArmAsm
.set noreorder
|
|
.section .init
|
|
ld $gp, 16($sp)
|
|
ld $ra, 24($sp)
|
|
j $ra
|
|
addu $sp, $sp, 32
|
|
|
|
.section .fini
|
|
ld $gp, 16($sp)
|
|
ld $ra, 24($sp)
|
|
j $ra
|
|
addu $sp, $sp, 32
|