diff options
author | Alan Modra <amodra@gmail.com> | 2014-07-14 21:14:50 +0930 |
---|---|---|
committer | Adhemerval Zanella <azanella@linux.vnet.ibm.com> | 2014-08-28 09:32:16 -0400 |
commit | 3c640c4acb9bc2c2cc7fa77d5ce1254953761dc1 (patch) | |
tree | 1468309a789c7f6bdc5f6ab57320e67652f5523c /elf | |
parent | 957afa3407c426969eaaa348981b9648d5191ae2 (diff) | |
download | glibc-3c640c4acb9bc2c2cc7fa77d5ce1254953761dc1.tar.gz |
Correct DT_PPC64_NUM
[BZ #17153]
* elf/elf.h (DT_PPC64_NUM): Correct value.
* NEWS: Add to fixed bug list.
This is a backport of f6c44d475104e931bab2b4ffa499961088de673c.
Diffstat (limited to 'elf')
-rw-r--r-- | elf/elf.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |