mailing list of musl libc
 help / color / mirror / code / Atom feed
7e4cb1f48a639f880c4ed29baa37fa06c34fee1e 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

        sw ra, 160(a0)
        sw s0, 164(a0)
        mv s0, a0

        jal setjmp

        mv a1, a0
        mv a0, s0
        lw s0, 164(a0)
        lw ra, 160(a0)

.hidden __sigsetjmp_tail
        j __sigsetjmp_tail
debug log:

solving 7e4cb1f ...
found 7e4cb1f 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/riscv32/sigsetjmp.s b/src/signal/riscv32/sigsetjmp.s
new file mode 100644
index 0000000..7e4cb1f

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

index at:
100644 7e4cb1f48a639f880c4ed29baa37fa06c34fee1e	src/signal/riscv32/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).