typo (copy 2) in arm reloc.h
This commit is contained in:
+1
-1
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user