mailing list of musl libc
 help / color / mirror / code / Atom feed
abc05aa5cd46e764de963f4b06739265b534d16f blob 905 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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
 
.global __setjmp
.global _setjmp
.global setjmp
.type __setjmp, %function
.type _setjmp,  %function
.type setjmp,   %function
__setjmp:
_setjmp:
setjmp:
        sd s0,    0(a0)
        sd s1,    8(a0)
        sd s2,    16(a0)
        sd s3,    24(a0)
        sd s4,    32(a0)
        sd s5,    40(a0)
        sd s6,    48(a0)
        sd s7,    56(a0)
        sd s8,    64(a0)
        sd s9,    72(a0)
        sd s10,   80(a0)
        sd s11,   88(a0)
        sd sp,    96(a0)
        sd ra,    104(a0)

#ifndef __riscv_soft_float
        fsd fs0,  112(a0)
        fsd fs1,  120(a0)
        fsd fs2,  128(a0)
        fsd fs3,  136(a0)
        fsd fs3,  144(a0)
        fsd fs4,  152(a0)
        fsd fs5,  160(a0)
        fsd fs6,  168(a0)
        fsd fs7,  176(a0)
        fsd fs8,  184(a0)
        fsd fs9,  192(a0)
        fsd fs10, 200(a0)
        fsd fs11, 208(a0)
#endif

        li a0, 0
        ret
debug log:

solving abc05aa ...
found abc05aa 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/setjmp/riscv64/setjmp.S b/src/setjmp/riscv64/setjmp.S
new file mode 100644
index 0000000..abc05aa

Checking patch src/setjmp/riscv64/setjmp.S...
Applied patch src/setjmp/riscv64/setjmp.S cleanly.

index at:
100644 abc05aa5cd46e764de963f4b06739265b534d16f	src/setjmp/riscv64/setjmp.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).