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

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
 
#include <endian.h>

#define LDSO_ARCH "hexagon"
#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 de171961 ...
found de171961 in https://inbox.vuxu.org/musl/073501d68d42$4a8c6080$dfa52180$@codeaurora.org/ ||
	https://inbox.vuxu.org/musl/142401d71522$64665b60$2d331220$@codeaurora.org/

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

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

skipping https://inbox.vuxu.org/musl/142401d71522$64665b60$2d331220$@codeaurora.org/ for de171961
index at:
100644 de171961351034dc541e1157f3385cf3734e8f03	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).