mailing list of musl libc
 help / color / mirror / code / Atom feed
7a53e192ec1be321c9ca0196027c4f207157a324 blob 268 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
 
.global sigsetjmp
.type sigsetjmp,@function
.weak __sigsetjmp
.type __sigsetjmp,@function
sigsetjmp:
__sigsetjmp:
	mov 4(%esp),%eax
	mov 8(%esp),%ecx
	mov %ecx,24(%eax)
	jecxz 1f
	add $28,%eax
	push %eax
	push $0
	push $2
	call sigprocmask
	add $12,%esp
1:	jmp setjmp
debug log:

solving 7a53e19 ...
found 7a53e19 in https://inbox.vuxu.org/musl/20120722182823.417c8457@newbook/
found 06e0a61 in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 06e0a614d1566c2de44873eaee192d3964495f1d	src/signal/i386/sigsetjmp.s

applying [1/1] https://inbox.vuxu.org/musl/20120722182823.417c8457@newbook/
diff --git a/src/signal/i386/sigsetjmp.s b/src/signal/i386/sigsetjmp.s
index 06e0a61..7a53e19 100644

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

index at:
100644 7a53e192ec1be321c9ca0196027c4f207157a324	src/signal/i386/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).