ce426f
commit f6c44d475104e931bab2b4ffa499961088de673c
ce426f
Author: Alan Modra <amodra@gmail.com>
ce426f
Date:   Mon Jul 14 21:14:50 2014 +0930
ce426f
ce426f
    Correct DT_PPC64_NUM
ce426f
    
ce426f
    	[BZ #17153]
ce426f
    	* elf/elf.h (DT_PPC64_NUM): Correct value.
ce426f
    	* NEWS: Add to fixed bug list.
ce426f
ce426f
diff --git glibc-2.17-c758a686/elf/elf.h glibc-2.17-c758a686/elf/elf.h
ce426f
index 40e87b2..78815e8 100644
ce426f
--- glibc-2.17-c758a686/elf/elf.h
ce426f
+++ glibc-2.17-c758a686/elf/elf.h
ce426f
@@ -2283,7 +2283,7 @@ typedef Elf32_Addr Elf32_Conflict;
ce426f
 #define DT_PPC64_OPD	(DT_LOPROC + 1)
ce426f
 #define DT_PPC64_OPDSZ	(DT_LOPROC + 2)
ce426f
 #define DT_PPC64_OPT	(DT_LOPROC + 3)
ce426f
-#define DT_PPC64_NUM    3
ce426f
+#define DT_PPC64_NUM    4
ce426f
 
ce426f
 /* PowerPC64 specific values for the DT_PPC64_OPT Dyn entry.  */
ce426f
 #define PPC64_OPT_TLS		1