]> 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)
committerTulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
Fri, 11 Sep 2015 19:03:47 +0000 (16:03 -0300)
[BZ #17153]
* elf/elf.h (DT_PPC64_NUM): Correct value.
* NEWS: Add to fixed bug list.

(cherry picked from commit f6c44d475104e931bab2b4ffa499961088de673c)

Conflicts:
NEWS

ChangeLog
NEWS
elf/elf.h

index 396430509c2edd3f83bb1ae015cd732971c330c2..51573d0c2d33c75c28607ead30cb35eed9e4b771 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2015-09-11  Alan Modra  <amodra@gmail.com>
+
+       [BZ #17153]
+       * elf/elf.h (DT_PPC64_NUM): Correct value.
+       * NEWS: Add to fixed bug list.
+
 2014-03-20  Andreas Schwab  <schwab@suse.de>
 
        [BZ #16743]
diff --git a/NEWS b/NEWS
index be59ead5b769032addf052e57de5d0674b760262..fb0fa3cd47b39d810467bfd8ddf8ce2ca5214227 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -10,8 +10,8 @@ Version 2.19.1
 * The following bugs are resolved with this release:
 
   15946, 16545, 16574, 16623, 16657, 16695, 16743, 16878, 16882, 16885,
-  16916, 16932, 16943, 16958, 17048, 17069, 17137, 17213, 17263, 17325,
-  17555, 18287.
+  16916, 16932, 16943, 16958, 17048, 17069, 17137, 17153, 17213, 17263,
+  17325, 17555, 18287.
 
 * A buffer overflow in gethostbyname_r and related functions performing DNS
   requests has been fixed.  If the NSS functions were called with a
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