mailing list of musl libc
 help / color / mirror / code / Atom feed
654b6c64fe2d2fee04a1f01bb5b0be89b9e5802b blob 246 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
 
.global sigsetjmp
.type sigsetjmp,%function
.weak __sigsetjmp
.type __sigsetjmp,%function
sigsetjmp:
__sigsetjmp:
	str a2,[a1,#256]
	tst a2,a2
	beq setjmp
	push {a1,lr}
	add a3,a1,#260
	mov a2,#0
	mov a1,#2
	bl sigprocmask
	pop {a1,lr}
	b setjmp
debug log:

solving 654b6c6 ...
found 654b6c6 in https://inbox.vuxu.org/musl/20120722182823.417c8457@newbook/
found acb0301 in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 acb0301e04c74f4140d75bc930f227398fcabf44	src/signal/arm/sigsetjmp.s

applying [1/1] https://inbox.vuxu.org/musl/20120722182823.417c8457@newbook/
diff --git a/src/signal/arm/sigsetjmp.s b/src/signal/arm/sigsetjmp.s
index acb0301..654b6c6 100644

Checking patch src/signal/arm/sigsetjmp.s...
Applied patch src/signal/arm/sigsetjmp.s cleanly.

index at:
100644 654b6c64fe2d2fee04a1f01bb5b0be89b9e5802b	src/signal/arm/sigsetjmp.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).