From: Alan Modra Date: Mon, 14 Jul 2014 11:44:50 +0000 (+0930) Subject: Correct DT_PPC64_NUM X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c640c4acb9bc2c2cc7fa77d5ce1254953761dc1;p=thirdparty%2Fglibc.git 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. --- diff --git a/ChangeLog b/ChangeLog index b23aace04be..63e2be7779e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2014-07-14 Alan Modra + + [BZ #17153] + * elf/elf.h (DT_PPC64_NUM): Correct value. + * NEWS: Add to fixed bug list. + 2014-07-08 Adhemerval Zanella * sysdeps/powerpc/memmove.c: Remove file. diff --git a/NEWS b/NEWS index 96b7621c0f2..d83058367f2 100644 --- a/NEWS +++ b/NEWS @@ -10,7 +10,7 @@ Version 2.19.1 * The following bugs are resolved with this release: 16545, 16683, 16689, 16701, 16706, 16707, 16739, 16815, 16619, 16740, - 17031. + 17031, 17153. Version 2.19 diff --git a/elf/elf.h b/elf/elf.h index 40e87b21c3c..78815e8655f 100644 --- 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