mailing list of musl libc
 help / color / mirror / code / Atom feed
83170dea4399b0b45d7329c457082b1efaec34a5 blob 707 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
 
.global    __setjmp
.global    _setjmp
.global    setjmp
.type    __setjmp,@function
.type    _setjmp,@function
.type    setjmp,@function
__setjmp:
_setjmp:
setjmp:
	st.d    $ra, $a0, 0
	st.d    $sp, $a0, 8
	
	st.d    $fp, $a0, 16
	st.d    $s0, $a0, 24
	st.d    $s1, $a0, 32
	st.d    $s2, $a0, 40
	st.d    $s3, $a0, 48
	st.d    $s4, $a0, 56
	st.d    $s5, $a0, 64
	st.d    $s6, $a0, 72
	st.d    $s7, $a0, 80
	st.d    $s8, $a0, 88
#ifndef __loongarch64_soft_float
	fst.d   $fs0, $a0, 96
	fst.d   $fs1, $a0, 104
	fst.d   $fs2, $a0, 112
	fst.d   $fs3, $a0, 120
	fst.d   $fs4, $a0, 128
	fst.d   $fs5, $a0, 136
	fst.d   $fs6, $a0, 144
	fst.d   $fs7, $a0, 152
#endif
	xor     $v0, $v0, $v0
	jirl    $zero, $ra, 0

debug log:

solving 83170dea ...
found 83170dea in https://inbox.vuxu.org/musl/631a1416.5853.17a3dd4c129.Coremail.zhaixiaojuan@loongson.cn/ ||
	https://inbox.vuxu.org/musl/43a660d5.58ae.17a3df462b9.Coremail.zhaixiaojuan@loongson.cn/

applying [1/2] https://inbox.vuxu.org/musl/631a1416.5853.17a3dd4c129.Coremail.zhaixiaojuan@loongson.cn/
diff --git a/src/setjmp/loongarch64/setjmp.S b/src/setjmp/loongarch64/setjmp.S
new file mode 100644
index 00000000..83170dea

1:18: trailing whitespace.
	
Checking patch src/setjmp/loongarch64/setjmp.S...
1:41: new blank line at EOF.
+
Applied patch src/setjmp/loongarch64/setjmp.S cleanly.
warning: 2 lines add whitespace errors.

skipping https://inbox.vuxu.org/musl/43a660d5.58ae.17a3df462b9.Coremail.zhaixiaojuan@loongson.cn/ for 83170dea
index at:
100644 83170dea4399b0b45d7329c457082b1efaec34a5	src/setjmp/loongarch64/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).