mailing list of musl libc
 help / color / mirror / code / Atom feed
91f33f1984997006cc22ab1dc0d24709a8bf104d blob 375 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
 
.include "ibt.s"

.global sigsetjmp
.global __sigsetjmp
.type sigsetjmp,@function
.type __sigsetjmp,@function
sigsetjmp:
__sigsetjmp:
	ENDBRANCH64
	test %esi,%esi
	jz 1f

	popq 64(%rdi)
	mov %rbx,72+8(%rdi)
	mov %rdi,%rbx

	call setjmp@PLT

	pushq 64(%rbx)
	mov %rbx,%rdi
	mov %eax,%esi
	mov 72+8(%rbx),%rbx

.hidden __sigsetjmp_tail
	jmp __sigsetjmp_tail

1:	jmp setjmp@PLT
debug log:

solving 91f33f19 ...
found 91f33f19 in https://inbox.vuxu.org/musl/20201019224342.53303-4-joao.moreira@intel.com/
found 9a7695f9 in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 9a7695f96dc951d6c531f0b580bb71c21fa79ce8	src/signal/x86_64/sigsetjmp.s

applying [1/1] https://inbox.vuxu.org/musl/20201019224342.53303-4-joao.moreira@intel.com/
diff --git a/src/signal/x86_64/sigsetjmp.s b/src/signal/x86_64/sigsetjmp.s
index 9a7695f9..91f33f19 100644

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

index at:
100644 91f33f1984997006cc22ab1dc0d24709a8bf104d	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).