mailing list of musl libc
 help / color / mirror / code / Atom feed
9c61d03377e003d5351dd7dcc028b829347ec2df blob 320 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
 
.global __vfork
.weak vfork
.type __vfork,@function
.type vfork,@function
__vfork:
vfork:
	mov #95, r3
	add r3, r3

	mov.l 1f, r2
	.align 2
2:	braf r2
	 nop
	.hidden __sh_syscall
1:	.long __sh_syscall@PCREL

	mov r0, r4
	mov.l 1f, r0
2:	braf r0
	 nop
	.align 2
	.hidden __syscall_ret
1:	.long __syscall_ret@PLT-(2b+4-.)
debug log:

solving 9c61d03 ...
found 9c61d03 in https://inbox.vuxu.org/musl/20150610033050.GS17573@brightrain.aerifal.cx/
found e69de29 in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 e69de29bb2d1d6434b8b29ae775ad8c2e48c5391	src/process/sh/vfork.s

applying [1/1] https://inbox.vuxu.org/musl/20150610033050.GS17573@brightrain.aerifal.cx/
diff --git a/src/process/sh/vfork.s b/src/process/sh/vfork.s
index e69de29..9c61d03 100644

Checking patch src/process/sh/vfork.s...
Applied patch src/process/sh/vfork.s cleanly.

index at:
100644 9c61d03377e003d5351dd7dcc028b829347ec2df	src/process/sh/vfork.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).