X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=arch%2Fi386%2Freloc.h;h=490113a0f367b86bf957a57ddc193f3720c79de2;hp=02b5fa0291679416963ac6a7414eacae2ee305ec;hb=075fdb909b7692df7f3c440331114a754267a167;hpb=51e2d8310222ddd4d4e895f55c627100d863aa95 diff --git a/arch/i386/reloc.h b/arch/i386/reloc.h index 02b5fa02..490113a0 100644 --- a/arch/i386/reloc.h +++ b/arch/i386/reloc.h @@ -1,7 +1,10 @@ #include #include +#define ETC_LDSO_PATH "/etc/ld-musl-i386.path" + #define IS_COPY(x) ((x)==R_386_COPY) +#define IS_PLT(x) ((x)==R_386_JMP_SLOT) static inline void do_single_reloc(size_t *reloc_addr, int type, size_t sym_val, size_t sym_size, unsigned char *base_addr, size_t addend) {