mirror of
https://git.proxmox.com/git/wasi-libc
synced 2025-08-24 13:00:15 +00:00

This incoporates pieces from musl-libc, cloudlibc, cloudabi, libpreopen, and dlmalloc, as well as a significant amount of new code.
18 lines
255 B
ArmAsm
18 lines
255 B
ArmAsm
.section .init
|
|
.align 2
|
|
.global _init
|
|
_init:
|
|
stmg %r14, %r15, 112(%r15)
|
|
lgr %r0, %r15
|
|
aghi %r15, -160
|
|
stg %r0, 0(%r15)
|
|
|
|
.section .fini
|
|
.align 2
|
|
.global _fini
|
|
_fini:
|
|
stmg %r14, %r15, 112(%r15)
|
|
lgr %r0, %r15
|
|
aghi %r15, -160
|
|
stg %r0, 0(%r15)
|