mailing list of musl libc
 help / color / mirror / code / Atom feed
a4bdd02863d6e7a2f5fe6578f8a2c2bc24c56b3d blob 188 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.threadptr %0" : "=a" (tp));
	return tp;
}

#define TLS_ABOVE_TP
#define GAP_ABOVE_TP 8

#define MC_PC sc_pc
debug log:

solving a4bdd02863d6 ...
found a4bdd02863d6 in https://inbox.vuxu.org/musl/20240328200319.4016902-2-jcmvbkbc@gmail.com/ ||
	https://inbox.vuxu.org/musl/20240506180112.1045944-2-jcmvbkbc@gmail.com/

applying [1/2] https://inbox.vuxu.org/musl/20240328200319.4016902-2-jcmvbkbc@gmail.com/
diff --git a/arch/xtensa/pthread_arch.h b/arch/xtensa/pthread_arch.h
new file mode 100644
index 000000000000..a4bdd02863d6

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

skipping https://inbox.vuxu.org/musl/20240506180112.1045944-2-jcmvbkbc@gmail.com/ for a4bdd02863d6
index at:
100644 a4bdd02863d6e7a2f5fe6578f8a2c2bc24c56b3d	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).