Browse Source

typo (copy 2) in arm reloc.h

Rich Felker 13 years ago
parent
commit
74cc7c69f9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/arm/reloc.h

+ 1 - 1
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)
 {