mailing list of musl libc
 help / color / mirror / code / Atom feed
a608d68f5e941e47296fdff2029fafc5e766d81b 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:
	ENDBRANCH64
	mov 8(%rax),%rax
	ret

.global __tlsdesc_dynamic
.hidden __tlsdesc_dynamic
.type __tlsdesc_dynamic,@function
__tlsdesc_dynamic:
	ENDBRANCH64
	mov 8(%rax),%rax
	push %rdx
	mov %fs:8,%rdx
	push %rcx
	mov (%rax),%rcx
	mov 8(%rax),%rax
	add (%rdx,%rcx,8),%rax
	pop %rcx
	sub %fs:0,%rax
	pop %rdx
	ret
debug log:

solving a608d68f ...
found a608d68f in https://inbox.vuxu.org/musl/20201019224342.53303-4-joao.moreira@intel.com/
found e08f1d7d in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 e08f1d7df589ef1f28beeca61a57c841b86df44a	src/ldso/x86_64/tlsdesc.s

applying [1/1] https://inbox.vuxu.org/musl/20201019224342.53303-4-joao.moreira@intel.com/
diff --git a/src/ldso/x86_64/tlsdesc.s b/src/ldso/x86_64/tlsdesc.s
index e08f1d7d..a608d68f 100644

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

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