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

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
 
/* Copyright 2011-2012 Nicholas J. Kain, licensed under standard MIT license */
.global sigsetjmp
.type sigsetjmp,@function
.weak __sigsetjmp
.type __sigsetjmp,@function
sigsetjmp:
__sigsetjmp:
	andl %esi,%esi
	movq %rsi,64(%rdi)
	jz 1f
	pushq %rdi
	leaq 72(%rdi),%rsi
	xorl %edx,%edx
	movl $2,%edi
	call sigprocmask
	popq %rdi
1:	jmp setjmp
debug log:

solving da0028b ...
found da0028b in https://inbox.vuxu.org/musl/20120722182823.417c8457@newbook/
found 94d7148 in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 94d7148ddfee602424f590dd7bd7094430f66a85	src/signal/x86_64/sigsetjmp.s

applying [1/1] https://inbox.vuxu.org/musl/20120722182823.417c8457@newbook/
diff --git a/src/signal/x86_64/sigsetjmp.s b/src/signal/x86_64/sigsetjmp.s
index 94d7148..da0028b 100644

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

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