mailing list of musl libc
 help / color / mirror / code / Atom feed
14085872b8cdc0717c1d4c852547058ac833dfe6 blob 625 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
 
#include <endian.h>

#if __BYTE_ORDER == __LITTLE_ENDIAN
#define ENDIAN_SUFFIX "el"
#else
#define ENDIAN_SUFFIX ""
#endif

#define FP_SUFFIX ""

#define LDSO_ARCH "hexagon" ENDIAN_SUFFIX FP_SUFFIX

#define TPOFF_K 0

#define REL_SYMBOLIC    R_HEX_32
#define REL_GOT         R_HEX_GLOB_DAT
#define REL_PLT         R_HEX_JMP_SLOT
#define REL_RELATIVE    R_HEX_RELATIVE
#define REL_COPY        R_HEX_COPY
#define REL_DTPMOD      R_HEX_DTPMOD_32
#define REL_TPOFF       R_HEX_TPREL_32
#define REL_DTPOFF      R_HEX_DTPREL_32

#define CRTJMP(pc,sp) __asm__ __volatile__( \
	"r29 = %1 ; jumpr %0" : : "r"(pc), "r"(sp) : "memory" )
debug log:

solving 14085872 ...
found 14085872 in https://inbox.vuxu.org/musl/110801d68c6a$dfe3f950$9fabebf0$@codeaurora.org/ ||
	https://inbox.vuxu.org/musl/1a0301d6458e$b4264d90$1c72e8b0$@codeaurora.org/ ||
	https://inbox.vuxu.org/musl/078f01d65edc$80e892f0$82b9b8d0$@codeaurora.org/

applying [1/3] https://inbox.vuxu.org/musl/110801d68c6a$dfe3f950$9fabebf0$@codeaurora.org/
diff --git a/arch/hexagon/reloc.h b/arch/hexagon/reloc.h
new file mode 100644
index 00000000..14085872

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

skipping https://inbox.vuxu.org/musl/1a0301d6458e$b4264d90$1c72e8b0$@codeaurora.org/ for 14085872
skipping https://inbox.vuxu.org/musl/078f01d65edc$80e892f0$82b9b8d0$@codeaurora.org/ for 14085872
index at:
100644 14085872b8cdc0717c1d4c852547058ac833dfe6	arch/hexagon/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).