mailing list of musl libc
 help / color / mirror / code / Atom feed
8821cc254cdb9ccf188d8243841f92ac89d5c643 blob 541 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 0fbc7a47 ...
found 0fbc7a47 in https://inbox.vuxu.org/musl/4cb6e3a.2f0.18b0d3f81eb.Coremail.huajingyun@loongson.cn/ ||
	https://inbox.vuxu.org/musl/3838b2d6-8330-33b5-fd87-8af3404a29dc@loongson.cn/ ||
	https://inbox.vuxu.org/musl/7aad7a07-9762-3d62-a8c2-4cdf860a7dcb@loongson.cn/ ||
	https://inbox.vuxu.org/musl/a5e11238-0da1-7ce2-c61b-11980a430f1d@loongson.cn/ ||
	https://inbox.vuxu.org/musl/20240125174353.GW22081@brightrain.aerifal.cx/ ||
	https://inbox.vuxu.org/musl/fde95bef-50c7-8723-3905-df834723b0cc@loongson.cn/

applying [1/6] https://inbox.vuxu.org/musl/4cb6e3a.2f0.18b0d3f81eb.Coremail.huajingyun@loongson.cn/
diff --git a/src/thread/loongarch64/syscall_cp.s b/src/thread/loongarch64/syscall_cp.s\r
new file mode 100644\r
index 00000000..0fbc7a47\r

1:7: trailing whitespace.
.global	__cp_begin\r
1:8: trailing whitespace.
.hidden	__cp_begin\r
1:9: trailing whitespace.
.global	__cp_end\r
1:10: trailing whitespace.
.hidden	__cp_end\r
1:11: trailing whitespace.
.global	__cp_cancel\r
Checking patch src/thread/loongarch64/syscall_cp.s...
Applied patch src/thread/loongarch64/syscall_cp.s cleanly.
warning: squelched 24 whitespace errors
warning: 29 lines add whitespace errors.

skipping https://inbox.vuxu.org/musl/3838b2d6-8330-33b5-fd87-8af3404a29dc@loongson.cn/ for 0fbc7a47
skipping https://inbox.vuxu.org/musl/7aad7a07-9762-3d62-a8c2-4cdf860a7dcb@loongson.cn/ for 0fbc7a47
skipping https://inbox.vuxu.org/musl/a5e11238-0da1-7ce2-c61b-11980a430f1d@loongson.cn/ for 0fbc7a47
skipping https://inbox.vuxu.org/musl/20240125174353.GW22081@brightrain.aerifal.cx/ for 0fbc7a47
skipping https://inbox.vuxu.org/musl/fde95bef-50c7-8723-3905-df834723b0cc@loongson.cn/ for 0fbc7a47
index at:
100644 8821cc254cdb9ccf188d8243841f92ac89d5c643	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).