]> git.proxmox.com Git - wasi-libc.git/blob - libc-top-half/musl/crt/powerpc/crti.s
WASI libc prototype implementation.
[wasi-libc.git] / libc-top-half / musl / crt / powerpc / crti.s
1 .section .init
2 .align 2
3 .global _init
4 _init:
5 stwu 1,-32(1)
6 mflr 0
7 stw 0,36(1)
8
9 .section .fini
10 .align 2
11 .global _fini
12 _fini:
13 stwu 1,-32(1)
14 mflr 0
15 stw 0,36(1)