mirror of https://git.musl-libc.org/git/musl
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
141 B
12 lines
141 B
|
12 years ago
|
.section .init
|
||
|
|
.global _init
|
||
|
|
_init:
|
||
|
|
l.addi r1,r1,-4
|
||
|
|
l.sw 0(r1),r9
|
||
|
|
|
||
|
|
.section .fini
|
||
|
|
.global _fini
|
||
|
|
_fini:
|
||
|
|
l.addi r1,r1,-4
|
||
|
|
l.sw 0(r1),r9
|