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

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
 
.global __restore
.type   __restore, @function
__restore:
	mov   #119, r3  !__NR_sigreturn
	bra 1f
	 nop

.global __restore_rt
.type   __restore_rt, @function
__restore_rt:
	mov   #100, r3  !__NR_rt_sigreturn
	add   #73, r3

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

solving f1b462c ...
found f1b462c in https://inbox.vuxu.org/musl/20150610033050.GS17573@brightrain.aerifal.cx/
found ab26034 in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 ab26034b5f7f4306049bf6ed98f51933c6fb3d3a	src/signal/sh/restore.s

applying [1/1] https://inbox.vuxu.org/musl/20150610033050.GS17573@brightrain.aerifal.cx/
diff --git a/src/signal/sh/restore.s b/src/signal/sh/restore.s
index ab26034..f1b462c 100644

Checking patch src/signal/sh/restore.s...
Applied patch src/signal/sh/restore.s cleanly.

index at:
100644 f1b462c7b4e9dc0f1b9384cea3d1902522247e52	src/signal/sh/restore.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).