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

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

#define LDSO_ARCH "s390x"

#define REL_SYMBOLIC    R_390_64
#define REL_GOT         R_390_GLOB_DAT
#define REL_PLT         R_390_JMP_SLOT
#define REL_RELATIVE    R_390_RELATIVE
#define REL_COPY        R_390_COPY
#define REL_DTPMOD      R_390_TLS_DTPMOD
#define REL_DTPOFF      R_390_TLS_DTPOFF
#define REL_TPOFF       R_390_TLS_TPOFF

#define CRTJMP(pc,sp) __asm__ __volatile__( \
	"lgr %%r15,%1; br %0" : : "r"(pc), "r"(sp) : "memory" )

#define hashentry_t uint64_t
debug log:

solving b1e4854 ...
found b1e4854 in https://inbox.vuxu.org/musl/20160726035300.10255-3-koorogi@koorogi.info/

applying [1/1] https://inbox.vuxu.org/musl/20160726035300.10255-3-koorogi@koorogi.info/
diff --git a/arch/s390x/reloc.h b/arch/s390x/reloc.h
new file mode 100644
index 0000000..b1e4854

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

index at:
100644 b1e485484f6632f8bf3459cb9aa2b713b228cbd5	arch/s390x/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).