mailing list of musl libc
 help / color / mirror / code / Atom feed
27f50e4c8d01dbe01ea136e716d289187b76cb69 blob 196 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
 
static inline uintptr_t __get_tp()
{
	uintptr_t tp;
	__asm__ ("or %0, $tp, $zero" : "=r" (tp) );
	return tp;
}

#define TLS_ABOVE_TP
#define GAP_ABOVE_TP 0

#define DTP_OFFSET 0

#define MC_PC pc
debug log:

solving 27f50e4c ...
found 27f50e4c in https://inbox.vuxu.org/musl/b8869794-0624-6a5f-df15-1840609306a1@loongson.cn/ ||
	https://inbox.vuxu.org/musl/631a1416.5853.17a3dd4c129.Coremail.zhaixiaojuan@loongson.cn/ ||
	https://inbox.vuxu.org/musl/43a660d5.58ae.17a3df462b9.Coremail.zhaixiaojuan@loongson.cn/

applying [1/3] https://inbox.vuxu.org/musl/b8869794-0624-6a5f-df15-1840609306a1@loongson.cn/
diff --git a/arch/loongarch64/pthread_arch.h b/arch/loongarch64/pthread_arch.h
new file mode 100644
index 00000000..27f50e4c

Checking patch arch/loongarch64/pthread_arch.h...
Applied patch arch/loongarch64/pthread_arch.h cleanly.

skipping https://inbox.vuxu.org/musl/631a1416.5853.17a3dd4c129.Coremail.zhaixiaojuan@loongson.cn/ for 27f50e4c
skipping https://inbox.vuxu.org/musl/43a660d5.58ae.17a3df462b9.Coremail.zhaixiaojuan@loongson.cn/ for 27f50e4c
index at:
100644 27f50e4c8d01dbe01ea136e716d289187b76cb69	arch/loongarch64/pthread_arch.h

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).