mailing list of musl libc
 help / color / mirror / code / Atom feed
b614fdd17716690374f4dc161f4a03505cd506d0 blob 206 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
 
// Hexagon supports variant 2 TLS.
static inline uintptr_t __get_tp()
{
  uintptr_t tp;
  __asm__ ( "%0 = ugp" : "=r"(tp));
  return tp;
}

#define TP_ADJ(p) (p)

#define CANCEL_REG_IP 43

#define MC_PC pc
debug log:

solving b614fdd1 ...
found b614fdd1 in https://inbox.vuxu.org/musl/073501d68d42$4a8c6080$dfa52180$@codeaurora.org/ ||
	https://inbox.vuxu.org/musl/142401d71522$64665b60$2d331220$@codeaurora.org/ ||
	https://inbox.vuxu.org/musl/110801d68c6a$dfe3f950$9fabebf0$@codeaurora.org/

applying [1/3] https://inbox.vuxu.org/musl/073501d68d42$4a8c6080$dfa52180$@codeaurora.org/
diff --git a/arch/hexagon/pthread_arch.h b/arch/hexagon/pthread_arch.h
new file mode 100644
index 00000000..b614fdd1

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

skipping https://inbox.vuxu.org/musl/142401d71522$64665b60$2d331220$@codeaurora.org/ for b614fdd1
skipping https://inbox.vuxu.org/musl/110801d68c6a$dfe3f950$9fabebf0$@codeaurora.org/ for b614fdd1
index at:
100644 b614fdd17716690374f4dc161f4a03505cd506d0	arch/hexagon/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).