mailing list of musl libc
 help / color / mirror / code / Atom feed
9ed9500b238309b2da31775f12940a1652f61f06 blob 363 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
 
.global sigsetjmp
.global __sigsetjmp
.type sigsetjmp, %function
.type __sigsetjmp, %function
sigsetjmp:
__sigsetjmp:
        beqz a1, setjmp

        sd ra, 216(a0)
        sd s0, 224(a0)
        mv s0, a0

        jal setjmp

        mv a1, a0
        mv a0, s0
        ld s0, 224(a0)
        ld ra, 216(a0)

.hidden __sigsetjmp_tail
        j __sigsetjmp_tail
debug log:

solving 9ed9500 ...
found 9ed9500 in https://inbox.vuxu.org/musl/20180928022404.GQ17995@brightrain.aerifal.cx/

applying [1/1] https://inbox.vuxu.org/musl/20180928022404.GQ17995@brightrain.aerifal.cx/
diff --git a/src/signal/riscv64/sigsetjmp.s b/src/signal/riscv64/sigsetjmp.s
new file mode 100644
index 0000000..9ed9500

Checking patch src/signal/riscv64/sigsetjmp.s...
Applied patch src/signal/riscv64/sigsetjmp.s cleanly.

index at:
100644 9ed9500b238309b2da31775f12940a1652f61f06	src/signal/riscv64/sigsetjmp.s

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).