summaryrefslogtreecommitdiff
path: root/elf
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2014-07-14 21:14:50 +0930
committerAlan Modra <amodra@gmail.com>2014-07-14 21:17:32 +0930
commitf6c44d475104e931bab2b4ffa499961088de673c (patch)
treeb9cf1b0c723be798c524fb2907c5f0030d5b15aa /elf
parente76512835561e4622704742925df45cc72b9acfe (diff)
Correct DT_PPC64_NUM
[BZ #17153] * elf/elf.h (DT_PPC64_NUM): Correct value. * NEWS: Add to fixed bug list.
Diffstat (limited to 'elf')
-rw-r--r--elf/elf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/elf.h b/elf/elf.h
index 40e87b21c3..78815e8655 100644
--- a/elf/elf.h
+++ b/elf/elf.h
@@ -2283,7 +2283,7 @@ typedef Elf32_Addr Elf32_Conflict;
#define DT_PPC64_OPD (DT_LOPROC + 1)
#define DT_PPC64_OPDSZ (DT_LOPROC + 2)
#define DT_PPC64_OPT (DT_LOPROC + 3)
-#define DT_PPC64_NUM 3
+#define DT_PPC64_NUM 4
/* PowerPC64 specific values for the DT_PPC64_OPT Dyn entry. */
#define PPC64_OPT_TLS 1