mailing list of musl libc
 help / color / mirror / code / Atom feed
09f6474e93762c4ef0b316ddf4ad11397542ca92 blob 436 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"

.text
.global __tlsdesc_static
.hidden __tlsdesc_static
.type __tlsdesc_static,@function
__tlsdesc_static:
	ENDBRANCH32
	mov 4(%eax),%eax
	ret

.global __tlsdesc_dynamic
.hidden __tlsdesc_dynamic
.type __tlsdesc_dynamic,@function
__tlsdesc_dynamic:
	ENDBRANCH32
	mov 4(%eax),%eax
	push %edx
	mov %gs:4,%edx
	push %ecx
	mov (%eax),%ecx
	mov 4(%eax),%eax
	add (%edx,%ecx,4),%eax
	pop %ecx
	sub %gs:0,%eax
	pop %edx
	ret
debug log:

solving 09f6474e ...
found 09f6474e in https://inbox.vuxu.org/musl/20201019224342.53303-5-joao.moreira@intel.com/
found 32c81766 in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 32c81766915b8b10c0fe6fa50729ce06a6caa02b	src/ldso/i386/tlsdesc.s

applying [1/1] https://inbox.vuxu.org/musl/20201019224342.53303-5-joao.moreira@intel.com/
diff --git a/src/ldso/i386/tlsdesc.s b/src/ldso/i386/tlsdesc.s
index 32c81766..09f6474e 100644

Checking patch src/ldso/i386/tlsdesc.s...
Applied patch src/ldso/i386/tlsdesc.s cleanly.

index at:
100644 09f6474e93762c4ef0b316ddf4ad11397542ca92	src/ldso/i386/tlsdesc.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).