mailing list of musl libc
 help / color / mirror / code / Atom feed
546ae0770c14586101912d892bfcd8959c1f9c27 blob 475 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
27
28
29
30
31
32
33
34
35
36
37
38
 
.hidden __sh_syscall
.global __sh_syscall
.type __sh_syscall,@function
__sh_syscall:
	mov.l r0,@-r15
	mov.l r2,@-r15

	mova  1f, r0
	mov.l 1f, r2
	add   r0, r2
	mov.l @r2, r2
	tst   r2, r2

	mov.l @r15+, r2
	mov.l @r15+, r0

	bt    3f
	bra   2f
	 nop
	.align 2
	.hidden __sh2_abi
1:	.long __sh2_abi@PCREL

2:	trapa #38
	bra 1f
	 nop

3:	trapa #22
	or    r0, r0
	or    r0, r0
	or    r0, r0
	or    r0, r0
	or    r0, r0

1:	neg r2, r2
	add #__sh_syscall-9f, r2
9:	braf r2
	 nop
debug log:

solving 546ae07 ...
found 546ae07 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	arch/sh/src/sh/sh_syscall.s

applying [1/1] https://inbox.vuxu.org/musl/20150610033050.GS17573@brightrain.aerifal.cx/
diff --git a/arch/sh/src/sh/sh_syscall.s b/arch/sh/src/sh/sh_syscall.s
index e69de29..546ae07 100644

Checking patch arch/sh/src/sh/sh_syscall.s...
Applied patch arch/sh/src/sh/sh_syscall.s cleanly.

index at:
100644 546ae0770c14586101912d892bfcd8959c1f9c27	arch/sh/src/sh/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).