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

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
 

// Hexagon supports variant 2 TLS.
static inline struct pthread *__pthread_self()
{
  struct pthread *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 b1344dc1 ...
found b1344dc1 in https://inbox.vuxu.org/musl/1a0301d6458e$b4264d90$1c72e8b0$@codeaurora.org/ ||
	https://inbox.vuxu.org/musl/078f01d65edc$80e892f0$82b9b8d0$@codeaurora.org/

applying [1/2] https://inbox.vuxu.org/musl/1a0301d6458e$b4264d90$1c72e8b0$@codeaurora.org/
diff --git a/arch/hexagon/pthread_arch.h b/arch/hexagon/pthread_arch.h
new file mode 100644
index 00000000..b1344dc1

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

skipping https://inbox.vuxu.org/musl/078f01d65edc$80e892f0$82b9b8d0$@codeaurora.org/ for b1344dc1
index at:
100644 b1344dc1ee78663290907dadbcdd5cb301f9c0d2	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).