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.
17 lines
255 B
17 lines
255 B
.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)
|
|
|