mailing list of musl libc
 help / color / mirror / code / Atom feed
9f57d2549fb6c567d2f51e71179ac3995f81ad0a blob 511 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
 
.global	__cp_begin
.hidden	__cp_begin
.global	__cp_end
.hidden	__cp_end
.global	__cp_cancel
.hidden	__cp_cancel
.hidden	__cancel
.global	__syscall_cp_asm
.hidden	__syscall_cp_asm
.type	__syscall_cp_asm,@function

__syscall_cp_asm:
__cp_begin:
	ld.w	$a0, $a0, 0
	bnez	$a0, __cp_cancel
	move	$t8, $a1     # reserve system call number
	move	$a0, $a2
	move	$a1, $a3
	move	$a2, $a4
	move	$a3, $a5
	move	$a4, $a6
	move	$a5, $a7
	move	$a7, $t8
	syscall	0
__cp_end:
	jr	$ra
__cp_cancel:
	la.local $t8, __cancel
	jr	$t8
debug log:

solving 9f57d254 ...
found 9f57d254 in https://inbox.vuxu.org/musl/f8e4bbaf-14c1-b79d-de75-d4168da5a5d8@loongson.cn/

applying [1/1] https://inbox.vuxu.org/musl/f8e4bbaf-14c1-b79d-de75-d4168da5a5d8@loongson.cn/
diff --git a/src/thread/loongarch64/syscall_cp.s b/src/thread/loongarch64/syscall_cp.s
new file mode 100644
index 00000000..9f57d254

Checking patch src/thread/loongarch64/syscall_cp.s...
Applied patch src/thread/loongarch64/syscall_cp.s cleanly.

index at:
100644 9f57d2549fb6c567d2f51e71179ac3995f81ad0a	src/thread/loongarch64/syscall_cp.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).