From: Rich Felker Date: Sat, 1 Oct 2011 04:55:16 +0000 (-0400) Subject: typo (copy 2) in arm reloc.h X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=commitdiff_plain;h=74cc7c69f951ad90d1b56b3dde3fddb3fa9516fe;ds=sidebyside typo (copy 2) in arm reloc.h --- 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) {