mailing list of musl libc
 help / color / mirror / code / Atom feed
982475c795ca30d49178f108749d86c533f50673 blob 793 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
48
 
.global __longjmp
.global _longjmp
.global longjmp
.type __longjmp, %function
.type _longjmp,  %function
.type longjmp,   %function
__longjmp:
_longjmp:
longjmp:
	ld s0,    0(a0)
	ld s1,    8(a0)
	ld s2,    16(a0)
	ld s3,    24(a0)
	ld s4,    32(a0)
	ld s5,    40(a0)
	ld s6,    48(a0)
	ld s7,    56(a0)
	ld s8,    64(a0)
	ld s9,    72(a0)
	ld s10,   80(a0)
	ld s11,   88(a0)
	ld sp,    96(a0)
	ld ra,    104(a0)

#ifndef __riscv_float_abi_soft
#ifdef __riscv_float_abi_double
#define FLX fld
#else
#define FLX flw
#endif

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

	seqz a0, a1
	add a0, a0, a1
	ret
debug log:

solving 982475c7 ...
found 982475c7 in https://inbox.vuxu.org/musl/20240629020434.488975-1-alex@alexrp.com/
found 41e2d210 in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 41e2d2102e73fd03b8fee1597100e2615c412ee3	src/setjmp/riscv64/longjmp.S

applying [1/1] https://inbox.vuxu.org/musl/20240629020434.488975-1-alex@alexrp.com/
diff --git a/src/setjmp/riscv64/longjmp.S b/src/setjmp/riscv64/longjmp.S
index 41e2d210..982475c7 100644

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

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