mailing list of musl libc
 help / color / mirror / code / Atom feed
79f53ddd693c7628b4d36c1d3b4a5dcfa06beedd blob 189 bytes (raw)

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

#define TLS_ABOVE_TP
#define GAP_ABOVE_TP 8

#define MC_PC sc_pc
debug log:

solving 79f53ddd ...
found 79f53ddd in https://inbox.vuxu.org/musl/20240227232430.GM4163@brightrain.aerifal.cx/

applying [1/1] https://inbox.vuxu.org/musl/20240227232430.GM4163@brightrain.aerifal.cx/
diff --git a/arch/xtensa/pthread_arch.h b/arch/xtensa/pthread_arch.h
new file mode 100644
index 00000000..79f53ddd

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

index at:
100644 79f53ddd693c7628b4d36c1d3b4a5dcfa06beedd	arch/xtensa/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).