mailing list of musl libc
 help / color / mirror / code / Atom feed
1acd48560d050fd58c4cf6dbf7fbd9ac7ce8da21 blob 386 bytes (raw)

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

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

        call setjmp

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

.hidden __sigsetjmp_tail
        tail __sigsetjmp_tail
debug log:

solving 1acd4856 ...
found 1acd4856 in https://inbox.vuxu.org/musl/20190524144608.5998-1-sir@cmpwn.com/

applying [1/1] https://inbox.vuxu.org/musl/20190524144608.5998-1-sir@cmpwn.com/
diff --git a/src/signal/riscv64/sigsetjmp.s b/src/signal/riscv64/sigsetjmp.s
new file mode 100644
index 00000000..1acd4856

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

index at:
100644 1acd48560d050fd58c4cf6dbf7fbd9ac7ce8da21	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).