mailing list of musl libc
 help / color / mirror / code / Atom feed
23feb32989c8d152f228bcff43da057dca9cd574 blob 284 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
 
.global __syscall
.hidden __syscall
.type   __syscall, @function
__syscall:
	mov r4, r3
	mov r5, r4
	mov r6, r5
	mov r7, r6
	mov.l @r15, r7
	mov.l @(4,r15), r0
	mov.l @(8,r15), r1

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

	rts
	 nop
debug log:

solving 23feb32 ...
found 23feb32 in https://inbox.vuxu.org/musl/20150610033050.GS17573@brightrain.aerifal.cx/
found d00712a in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 d00712a9702043ff9db9a5b44cd4b9891d82839a	src/internal/sh/syscall.s

applying [1/1] https://inbox.vuxu.org/musl/20150610033050.GS17573@brightrain.aerifal.cx/
diff --git a/src/internal/sh/syscall.s b/src/internal/sh/syscall.s
index d00712a..23feb32 100644

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

index at:
100644 23feb32989c8d152f228bcff43da057dca9cd574	src/internal/sh/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).