mailing list of musl libc
 help / color / mirror / code / Atom feed
95c6022a6ee47baaac76a259c96a12faa8a63010 blob 491 bytes (raw)

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

#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
debug log:

solving 95c6022 ...
found 95c6022 in https://inbox.vuxu.org/musl/20150411202152.GO6817@brightrain.aerifal.cx/
found eaf5aae in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 eaf5aae03527db64176a7788d5115a67c41086a5	arch/i386/reloc.h

applying [1/1] https://inbox.vuxu.org/musl/20150411202152.GO6817@brightrain.aerifal.cx/
diff --git a/arch/i386/reloc.h b/arch/i386/reloc.h
index eaf5aae..95c6022 100644

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

index at:
100644 95c6022a6ee47baaac76a259c96a12faa8a63010	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).