mailing list of musl libc
 help / color / mirror / code / Atom feed
6b79832c854d9135d0f00d0dcb7718dbf8363de2 blob 399 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
 
.include "ibt.s"

.text
.global __clone
.hidden __clone
.type   __clone,@function
__clone:
	ENDBRANCH64
	xor %eax,%eax
	mov $56,%al
	mov %rdi,%r11
	mov %rdx,%rdi
	mov %r8,%rdx
	mov %r9,%r8
	mov 8(%rsp),%r10
	mov %r11,%r9
	and $-16,%rsi
	sub $8,%rsi
	mov %rcx,(%rsi)
	syscall
	test %eax,%eax
	jnz 1f
	xor %ebp,%ebp
	pop %rdi
	call *%r9
	mov %eax,%edi
	xor %eax,%eax
	mov $60,%al
	syscall
	hlt
1:	ret
debug log:

solving 6b79832c ...
found 6b79832c in https://inbox.vuxu.org/musl/20201019224342.53303-4-joao.moreira@intel.com/
found 6e47bc0a in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 6e47bc0a37dee7157ceaf1369659891a2d7d16bb	src/thread/x86_64/clone.s

applying [1/1] https://inbox.vuxu.org/musl/20201019224342.53303-4-joao.moreira@intel.com/
diff --git a/src/thread/x86_64/clone.s b/src/thread/x86_64/clone.s
index 6e47bc0a..6b79832c 100644

Checking patch src/thread/x86_64/clone.s...
Applied patch src/thread/x86_64/clone.s cleanly.

index at:
100644 6b79832c854d9135d0f00d0dcb7718dbf8363de2	src/thread/x86_64/clone.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).