projects
/
oweals
/
musl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd319d7
)
typo (copy 2) in arm reloc.h
author
Rich Felker
<dalias@aerifal.cx>
Sat, 1 Oct 2011 04:55:16 +0000
(
00:55
-0400)
committer
Rich Felker
<dalias@aerifal.cx>
Sat, 1 Oct 2011 04:55:16 +0000
(
00:55
-0400)
arch/arm/reloc.h
patch
|
blob
|
history
diff --git
a/arch/arm/reloc.h
b/arch/arm/reloc.h
index 264ab5431386183ea201ba23710f2f73cb741c64..10e89aa361b45bf92e1bbde6fce7fe257691bef6 100644
(file)
--- 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_J
U
MP_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)
{