mailing list of musl libc
 help / color / mirror / code / Atom feed
3224c14ff330a3c83c3e340907cf88958a840067 blob 217 bytes (raw)

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

#define TLS_ABOVE_TP
#define GAP_ABOVE_TP   0
#define DTP_OFFSET     0
#define MC_PC          sc_pc
debug log:

solving 3224c14f ...
found 3224c14f in https://inbox.vuxu.org/musl/fde95bef-50c7-8723-3905-df834723b0cc@loongson.cn/
found e6645726 in https://inbox.vuxu.org/musl/fde95bef-50c7-8723-3905-df834723b0cc@loongson.cn/

applying [1/2] https://inbox.vuxu.org/musl/fde95bef-50c7-8723-3905-df834723b0cc@loongson.cn/
diff --git a/arch/loongarch64/pthread_arch.h b/arch/loongarch64/pthread_arch.h
new file mode 100644
index 00000000..e6645726


applying [2/2] https://inbox.vuxu.org/musl/fde95bef-50c7-8723-3905-df834723b0cc@loongson.cn/
diff --git a/arch/loongarch64/pthread_arch.h b/arch/loongarch64/pthread_arch.h
index e6645726..3224c14f 100644

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

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