mailing list of musl libc
 help / color / mirror / code / Atom feed
ed69432cf3cfc27aab7939ddfb4436e543d59988 blob 420 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
28
29
 
.include "ibt.s"

.global sigsetjmp
.global __sigsetjmp
.type sigsetjmp,@function
.type __sigsetjmp,@function
sigsetjmp:
__sigsetjmp:
	ENDBRANCH32
	mov 8(%esp),%ecx
	jecxz 1f

	mov 4(%esp),%eax
	popl 24(%eax)
	mov %ebx,28+8(%eax)
	mov %eax,%ebx

.hidden ___setjmp
	call ___setjmp

	pushl 24(%ebx)
	mov %ebx,4(%esp)
	mov %eax,8(%esp)
	mov 28+8(%ebx),%ebx

.hidden __sigsetjmp_tail
	jmp __sigsetjmp_tail

1:	jmp ___setjmp
debug log:

solving ed69432c ...
found ed69432c in https://inbox.vuxu.org/musl/20201019224342.53303-5-joao.moreira@intel.com/
found 690b251c in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 690b251c4c9efea7e8bdb086415d803637514303	src/signal/i386/sigsetjmp.s

applying [1/1] https://inbox.vuxu.org/musl/20201019224342.53303-5-joao.moreira@intel.com/
diff --git a/src/signal/i386/sigsetjmp.s b/src/signal/i386/sigsetjmp.s
index 690b251c..ed69432c 100644

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

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