mailing list of musl libc
 help / color / mirror / code / Atom feed
ba3ea10cd1a519361af4bb3916d21647a1d795dc blob 324 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
 
.global pipe
.type   pipe, @function
pipe:
	mov    #42, r3

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

	cmp/pz r0
	bt     1f

	mov.l  L1, r1
	braf   r1
	 mov   r0, r4

1:	mov.l  r0, @(0,r4)
	mov.l  r1, @(4,r4)
	rts
	 mov   #0, r0

.align 2
L1:	.long __syscall_ret@PLT-(1b-.)
debug log:

solving ba3ea10 ...
found ba3ea10 in https://inbox.vuxu.org/musl/20150610033050.GS17573@brightrain.aerifal.cx/
found d865ae3 in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 d865ae3afb98876d51368b746ca3217f2b049343	src/unistd/sh/pipe.s

applying [1/1] https://inbox.vuxu.org/musl/20150610033050.GS17573@brightrain.aerifal.cx/
diff --git a/src/unistd/sh/pipe.s b/src/unistd/sh/pipe.s
index d865ae3..ba3ea10 100644

Checking patch src/unistd/sh/pipe.s...
Applied patch src/unistd/sh/pipe.s cleanly.

index at:
100644 ba3ea10cd1a519361af4bb3916d21647a1d795dc	src/unistd/sh/pipe.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).