mailing list of musl libc
 help / color / mirror / code / Atom feed
5a1a41ef9af531e2d5dada4d822125268ab49cda blob 757 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
43
44
45
46
47
 
.global __setjmp
.global _setjmp
.global setjmp
.type __setjmp, %function
.type _setjmp,  %function
.type setjmp,   %function
__setjmp:
_setjmp:
setjmp:
	sw s0,    0(a0)
	sw s1,    4(a0)
	sw s2,    8(a0)
	sw s3,    12(a0)
	sw s4,    16(a0)
	sw s5,    20(a0)
	sw s6,    24(a0)
	sw s7,    28(a0)
	sw s8,    32(a0)
	sw s9,    36(a0)
	sw s10,   40(a0)
	sw s11,   44(a0)
	sw sp,    48(a0)
	sw ra,    52(a0)

#ifndef __riscv_float_abi_soft
#ifdef __riscv_float_abi_double
#define FSX fsd
#else
#define FSX fsw
#endif

	FSX fs0,  56(a0)
	FSX fs1,  64(a0)
	FSX fs2,  72(a0)
	FSX fs3,  80(a0)
	FSX fs4,  88(a0)
	FSX fs5,  96(a0)
	FSX fs6,  104(a0)
	FSX fs7,  112(a0)
	FSX fs8,  120(a0)
	FSX fs9,  128(a0)
	FSX fs10, 136(a0)
	FSX fs11, 144(a0)
#endif

	li a0, 0
	ret
debug log:

solving 5a1a41ef ...
found 5a1a41ef in https://inbox.vuxu.org/musl/20240629020434.488975-1-alex@alexrp.com/
found 8a75cf55 in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 8a75cf55dc32b7443083c86a964032f18da1d8b6	src/setjmp/riscv32/setjmp.S

applying [1/1] https://inbox.vuxu.org/musl/20240629020434.488975-1-alex@alexrp.com/
diff --git a/src/setjmp/riscv32/setjmp.S b/src/setjmp/riscv32/setjmp.S
index 8a75cf55..5a1a41ef 100644

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

index at:
100644 5a1a41ef9af531e2d5dada4d822125268ab49cda	src/setjmp/riscv32/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).