mailing list of musl libc
 help / color / mirror / code / Atom feed
41d897ed6ed3541dae6942480f60d1449665b97c blob 752 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
 
.global    _longjmp
.global    longjmp
.type    _longjmp,@function
.type    longjmp,@function
_longjmp:
longjmp:
	add.d   $t5, $a0, $zero
	add.d   $v0, $a1, $zero

	bne     $v0, $zero, 1f
	addi.d  $v0, $v0, 1

1:
	ld.d    $ra, $t5, 0
	ld.d    $sp, $t5, 8
	ld.d    $r21,$t5, 16
	ld.d    $fp, $t5, 24
	ld.d    $s0, $t5, 32
	ld.d    $s1, $t5, 40
	ld.d    $s2, $t5, 48
	ld.d    $s3, $t5, 56
	ld.d    $s4, $t5, 64
	ld.d    $s5, $t5, 72
	ld.d    $s6, $t5, 80
	ld.d    $s7, $t5, 88
	ld.d    $s8, $t5, 96
#ifndef __loongarch64_soft_float
	fld.d   $fs0, $t5, 104
	fld.d   $fs1, $t5, 112
	fld.d   $fs2, $t5, 120
	fld.d   $fs3, $t5, 128
	fld.d   $fs4, $t5, 136
	fld.d   $fs5, $t5, 144
	fld.d   $fs6, $t5, 152
	fld.d   $fs7, $t5, 160
#endif
	jirl    $zero, $ra, 0
debug log:

solving 41d897ed ...
found 41d897ed in https://inbox.vuxu.org/musl/61ffb0ce-85fc-49d9-8599-22c2fa2a6ed5@loongson.cn/ ||
	https://inbox.vuxu.org/musl/6d1b87b7-25da-8707-791d-40c4d44e90d2@loongson.cn/ ||
	https://inbox.vuxu.org/musl/86910db7-be22-b09f-991b-cd8b242325a0@loongson.cn/ ||
	https://inbox.vuxu.org/musl/c6c18c0d-7244-2cb2-a99c-a520a88bc704@loongson.cn/ ||
	https://inbox.vuxu.org/musl/b8869794-0624-6a5f-df15-1840609306a1@loongson.cn/

applying [1/5] https://inbox.vuxu.org/musl/61ffb0ce-85fc-49d9-8599-22c2fa2a6ed5@loongson.cn/
diff --git a/src/setjmp/loongarch64/longjmp.S b/src/setjmp/loongarch64/longjmp.S
new file mode 100644
index 00000000..41d897ed

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

skipping https://inbox.vuxu.org/musl/6d1b87b7-25da-8707-791d-40c4d44e90d2@loongson.cn/ for 41d897ed
skipping https://inbox.vuxu.org/musl/86910db7-be22-b09f-991b-cd8b242325a0@loongson.cn/ for 41d897ed
skipping https://inbox.vuxu.org/musl/c6c18c0d-7244-2cb2-a99c-a520a88bc704@loongson.cn/ for 41d897ed
skipping https://inbox.vuxu.org/musl/b8869794-0624-6a5f-df15-1840609306a1@loongson.cn/ for 41d897ed
index at:
100644 41d897ed6ed3541dae6942480f60d1449665b97c	src/setjmp/loongarch64/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).