forked from pool/glibc
Andreas Schwab
cb23041758
- dt-ppc64-num.patch: Correct DT_PPC64_NUM (bnc#887169, BZ #17153) OBS-URL: https://build.opensuse.org/request/show/241892 OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=374
20 lines
606 B
Diff
20 lines
606 B
Diff
2014-07-14 Alan Modra <amodra@gmail.com>
|
|
|
|
[BZ #17153]
|
|
* elf/elf.h (DT_PPC64_NUM): Correct value.
|
|
* NEWS: Add to fixed bug list.
|
|
|
|
Index: glibc-2.19/elf/elf.h
|
|
===================================================================
|
|
--- glibc-2.19.orig/elf/elf.h
|
|
+++ glibc-2.19/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
|