wasi-libc/libc-top-half/musl/crt/s390x/crti.s
Dan Gohman 320054e84f WASI libc prototype implementation.
This incoporates pieces from musl-libc, cloudlibc, cloudabi, libpreopen,
and dlmalloc, as well as a significant amount of new code.
2019-03-27 07:59:55 -07:00

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)