mailing list of musl libc
 help / color / mirror / code / Atom feed
b7f5b7b4b5afa34e68b152e3a27f8964b2ef1511 blob 177 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
 
.global pipe
.type   pipe,@function
pipe:
	move	$a1, $r0
	li	$a7, 59
	syscall	0
	li	$t0, -4096
	bgeu	$t0, $v0, 1f
	la.global	$t1, __syscall_ret
	jr	$t1
1:	move	$v0, $r0
	jr	$ra
debug log:

solving b7f5b7b4 ...
found b7f5b7b4 in https://inbox.vuxu.org/musl/631a1416.5853.17a3dd4c129.Coremail.zhaixiaojuan@loongson.cn/ ||
	https://inbox.vuxu.org/musl/43a660d5.58ae.17a3df462b9.Coremail.zhaixiaojuan@loongson.cn/

applying [1/2] https://inbox.vuxu.org/musl/631a1416.5853.17a3dd4c129.Coremail.zhaixiaojuan@loongson.cn/
diff --git a/src/unistd/loongarch64/pipe.s b/src/unistd/loongarch64/pipe.s
new file mode 100644
index 00000000..b7f5b7b4

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

skipping https://inbox.vuxu.org/musl/43a660d5.58ae.17a3df462b9.Coremail.zhaixiaojuan@loongson.cn/ for b7f5b7b4
index at:
100644 b7f5b7b4b5afa34e68b152e3a27f8964b2ef1511	src/unistd/loongarch64/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).