X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=arch%2Fi386%2Freloc.h;h=490113a0f367b86bf957a57ddc193f3720c79de2;hp=3ca9d11dba17729b353aa43cefecf35f6c7840a6;hb=32de61e81a64c8bb2cd23e3476f00433692f8e59;hpb=1a3ff4f9099cf3d6b65a77cf9bfb7f69a7698a30 diff --git a/arch/i386/reloc.h b/arch/i386/reloc.h index 3ca9d11d..490113a0 100644 --- a/arch/i386/reloc.h +++ b/arch/i386/reloc.h @@ -4,6 +4,7 @@ #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) {