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

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
 
#include "pthread_impl.h"
#include "libc.h"
#include <elf.h>

int __set_thread_area(void *p)
{
        __asm__ __volatile__ ("copyd $r13 = %[tp]\n;;\n"
                              : /* "No outputs. */
                              : [tp] "r"(p)
                              : "r13");
        return 0;
}
debug log:

solving e2867461 ...
found e2867461 in https://inbox.vuxu.org/musl/20220711152322.23418-1-jborne@kalray.eu/

applying [1/1] https://inbox.vuxu.org/musl/20220711152322.23418-1-jborne@kalray.eu/
diff --git a/src/thread/kvx/__set_thread_area.c b/src/thread/kvx/__set_thread_area.c
new file mode 100644
index 00000000..e2867461

Checking patch src/thread/kvx/__set_thread_area.c...
Applied patch src/thread/kvx/__set_thread_area.c cleanly.

index at:
100644 e28674618abbee87b00aee379aaf386b1152be67	src/thread/kvx/__set_thread_area.c

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).