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

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

#define REL_SYMBOLIC    R_386_32
#define REL_OFFSET      R_386_PC32
#define REL_GOT         R_386_GLOB_DAT
#define REL_PLT         R_386_JMP_SLOT
#define REL_RELATIVE    R_386_RELATIVE
#define REL_COPY        R_386_COPY
#define REL_DTPMOD      R_386_TLS_DTPMOD32
#define REL_DTPOFF      R_386_TLS_DTPOFF32
#define REL_TPOFF       R_386_TLS_TPOFF
#define REL_TPOFF_NEG   R_386_TLS_TPOFF32
#define REL_TLSDESC     R_386_TLS_DESC

#define CRTJMP(pc,sp) __asm__ __volatile__( \
	"mov %1,%%esp ; jmp *%0" : : "r"(pc), "r"(sp) : "memory" )

#define GETFUNCSYM(fp, sym, got) __asm__ ( \
	".hidden " #sym " ; call 1f ; 1: addl $" #sym "-.,(%%esp) ; pop %0" \
	: "=r"(*fp) : : "memory" )
debug log:

solving ea06e41 ...
found ea06e41 in https://inbox.vuxu.org/musl/20150916053604.GT17773@brightrain.aerifal.cx/
found b52ef40 in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 b52ef4024efce8e0af1dfcecaecb25a5fd8ea437	arch/i386/reloc.h

applying [1/1] https://inbox.vuxu.org/musl/20150916053604.GT17773@brightrain.aerifal.cx/
diff --git a/arch/i386/reloc.h b/arch/i386/reloc.h
index b52ef40..ea06e41 100644

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

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