mailing list of musl libc
 help / color / mirror / code / Atom feed
938e70a48e509cebf9a432f30addf8b25ebe04d2 blob 483 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
 
#define LDSO_ARCH "kvx"

#define NO_LEGACY_INITFINI

#define REL_SYMBOLIC    R_KVX_64
#define REL_GOT         R_KVX_GLOB_DAT
#define REL_PLT         R_KVX_JMP_SLOT
#define REL_RELATIVE    R_KVX_RELATIVE
#define REL_COPY        R_KVX_COPY
#define REL_DTPMOD      R_KVX_64_DTPMOD
#define REL_DTPOFF      R_KVX_64_DTPOFF
#define REL_TPOFF       R_KVX_64_TPOFF

#define CRTJMP(pc, sp) __asm__ __volatile__(\
	"copyd $sp = %1\n" \
	"igoto %0\n" \
	";;\n" : : "r"(pc), "r"(sp) : "memory")
debug log:

solving 938e70a4 ...
found 938e70a4 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/arch/kvx/reloc.h b/arch/kvx/reloc.h
new file mode 100644
index 00000000..938e70a4

Checking patch arch/kvx/reloc.h...
Applied patch arch/kvx/reloc.h cleanly.

index at:
100644 938e70a48e509cebf9a432f30addf8b25ebe04d2	arch/kvx/reloc.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).