]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Correct DT_PPC64_NUM
authorAlan Modra <amodra@gmail.com>
Mon, 14 Jul 2014 11:44:50 +0000 (21:14 +0930)
committerAlan Modra <amodra@gmail.com>
Mon, 14 Jul 2014 11:47:32 +0000 (21:17 +0930)
[BZ #17153]
* elf/elf.h (DT_PPC64_NUM): Correct value.
* NEWS: Add to fixed bug list.

ChangeLog
NEWS
elf/elf.h

index 41247ecc92ec9d3d3d3445ba4ef1bb997a59208a..a05bc1e14630d2a3e132f081f7e16de9857fdb9a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2014-07-14  Alan Modra  <amodra@gmail.com>
+
+       [BZ #17153]
+       * elf/elf.h (DT_PPC64_NUM): Correct value.
+       * NEWS: Add to fixed bug list.
+
 2014-07-13  Jim Meyering  <meyering@fb.com>
 
        [BZ 17150]
diff --git a/NEWS b/NEWS
index 697b730ee0421385d741754a9e885fc7351280cf..e734bafa374e21beace9cfa20738c177a55fb398 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -22,7 +22,7 @@ Version 2.20
   16927, 16928, 16932, 16943, 16958, 16965, 16966, 16967, 16977, 16978,
   16984, 16990, 16996, 17009, 17022, 17031, 17042, 17048, 17050, 17058,
   17061, 17062, 17069, 17075, 17079, 17084, 17086, 17092, 17097, 17125,
-  17135, 17137.
+  17135, 17137, 17153.
 
 * Optimized strchr implementation for AArch64.  Contributed by ARM Ltd.
 
index 40e87b21c3c4e09d8c093053ab3bdde0a5599afb..78815e8655f07fffad5ac51c221445709d329ccc 100644 (file)
--- 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