mailing list of musl libc
 help / color / mirror / code / Atom feed
34be78719140e00c81bfca3c5362de4cba382bef blob 508 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
 
.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:
	lwz $r0 = 0[$r0]
	;;
	cb.dnez $r0? __cp_cancel
	;;
	copyd $r16 = $r1
	copyd $r0 = $r2
	copyd $r1 = $r3
	copyd $r2 = $r4
	;;
	copyd $r3 = $r5
	copyd $r4 = $r6
	copyd $r5 = $r7
	copyd $r6 = $r16
	;;
	scall $r6
	;;
__cp_end:
	ret
	;;
__cp_cancel:
	goto	__cancel
	;;
debug log:

solving 34be7871 ...
found 34be7871 in https://inbox.vuxu.org/musl/20220711152322.23418-1-jborne@kalray.eu/

applying [1/1] https://inbox.vuxu.org/musl/20220711152322.23418-1-jborne@kalray.eu/
diff --git a/src/thread/kvx/syscall_cp.S b/src/thread/kvx/syscall_cp.S
new file mode 100644
index 00000000..34be7871

Checking patch src/thread/kvx/syscall_cp.S...
Applied patch src/thread/kvx/syscall_cp.S cleanly.

index at:
100644 34be78719140e00c81bfca3c5362de4cba382bef	src/thread/kvx/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).