mailing list of musl libc
 help / color / mirror / code / Atom feed
27eb815bd9d8e1198429b479dcdff5f95ca58590 blob 264 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
 
.set noreorder

.global __syscall
.hidden __syscall
.type __syscall,@function
__syscall:
	move	$2, $4
	move	$4, $5
	move	$5, $6
	move	$6, $7
	move	$7, $8
	move	$8, $9
	move	$9, $10
	move	$10, $11
	syscall
	beq	$7, $0, 1f
	nop
	dsubu	$2, $0, $2
1:	jr      $ra
	nop
debug log:

solving 27eb815 ...
found 27eb815 in https://inbox.vuxu.org/musl/BD7773622145634B952E5B54ACA8E349AA2444A6@PUMAIL01.pu.imgtec.org/ ||
	https://inbox.vuxu.org/musl/DE16056458B9894F9D46202EC1BBB28B3BE15ED6@PUMAIL01.pu.imgtec.org/

applying [1/2] https://inbox.vuxu.org/musl/BD7773622145634B952E5B54ACA8E349AA2444A6@PUMAIL01.pu.imgtec.org/
diff --git a/src/internal/mips64/syscall.s b/src/internal/mips64/syscall.s
new file mode 100644
index 0000000..27eb815

Checking patch src/internal/mips64/syscall.s...
Applied patch src/internal/mips64/syscall.s cleanly.

skipping https://inbox.vuxu.org/musl/DE16056458B9894F9D46202EC1BBB28B3BE15ED6@PUMAIL01.pu.imgtec.org/ for 27eb815
index at:
100644 27eb815bd9d8e1198429b479dcdff5f95ca58590	src/internal/mips64/syscall.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).