typo (copy 2) in arm reloc.h

This commit is contained in:
Rich Felker 2011-10-01 00:55:16 -04:00
parent cd319d73c7
commit 74cc7c69f9
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{