X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=arch%2Farm%2Freloc.h;h=10e89aa361b45bf92e1bbde6fce7fe257691bef6;hp=264ab5431386183ea201ba23710f2f73cb741c64;hb=e3ebe7db5de64c193202f1c5b321c9a470e730c5;hpb=cd319d73c77a4c6c8996b65f61e3bdc59a47d0c3;ds=sidebyside diff --git a/arch/arm/reloc.h b/arch/arm/reloc.h index 264ab543..10e89aa3 100644 --- a/arch/arm/reloc.h +++ b/arch/arm/reloc.h @@ -4,7 +4,7 @@ #define ETC_LDSO_PATH "/etc/ld-musl-arm.path" #define IS_COPY(x) ((x)==R_ARM_COPY) -#define IS_PLT(x) ((x)==R_ARM_JMP_SLOT) +#define IS_PLT(x) ((x)==R_ARM_JUMP_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) {