mailing list of musl libc
 help / color / mirror / code / Atom feed
4292cea111498b0123867f05929d590cec956131 blob 606 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
 
#include <endian.h>

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

#define LDSO_ARCH "powerpc" ENDIAN_SUFFIX

#define TPOFF_K (-0x7000)

#define REL_SYMBOLIC    R_PPC_ADDR32
#define REL_GOT         R_PPC_GLOB_DAT
#define REL_PLT         R_PPC_JMP_SLOT
#define REL_RELATIVE    R_PPC_RELATIVE
#define REL_COPY        R_PPC_COPY
#define REL_DTPMOD      R_PPC_DTPMOD32
#define REL_DTPOFF      R_PPC_DTPREL32
#define REL_TPOFF       R_PPC_TPREL32

#define CRTJMP(pc,sp) __asm__ __volatile__( \
	"mr 1,%1 ; mtlr %0 ; blr" : : "r"(pc), "r"(sp) : "memory" )
debug log:

solving 4292cea ...
found 4292cea in https://inbox.vuxu.org/musl/20150517172023.GC11258@port70.net/
found aa5f8c9 in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 aa5f8c936e79884769d987688d5a3a503c0941f9	arch/powerpc/reloc.h

applying [1/1] https://inbox.vuxu.org/musl/20150517172023.GC11258@port70.net/
diff --git a/arch/powerpc/reloc.h b/arch/powerpc/reloc.h
index aa5f8c9..4292cea 100644

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

index at:
100644 4292cea111498b0123867f05929d590cec956131	arch/powerpc/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).