diff options
author | Adhemerval Zanella <azanella@linux.vnet.ibm.com> | 2014-01-20 12:29:51 -0600 |
---|---|---|
committer | Adhemerval Zanella <azanella@linux.vnet.ibm.com> | 2014-01-20 12:29:51 -0600 |
commit | d98720e07f67fbeec00f9e1347840404240d3c48 (patch) | |
tree | 91a4f5a45e3144043e4ef0954084a0f1d6810d8b /NEWS | |
parent | 2bc52556b71ac068774366e08085e30c960d3c93 (diff) | |
download | glibc-d98720e07f67fbeec00f9e1347840404240d3c48.zip glibc-d98720e07f67fbeec00f9e1347840404240d3c48.tar.gz glibc-d98720e07f67fbeec00f9e1347840404240d3c48.tar.bz2 |
PowerPC: Fix gettimeofday ifunc selection
The IFUNC selector for gettimeofday runs before _libc_vdso_platform_setup where
__vdso_gettimeofday is set. The selector then sets __gettimeofday (the internal
version used within GLIBC) to use the system call version instead of the vDSO one.
This patch changes the check if vDSO is available to get its value directly
instead of rely on __vdso_gettimeofday.
This patch changes it by getting the vDSO value directly.
It fixes BZ#16431.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ Version 2.19 16151, 16153, 16167, 16169, 16172, 16195, 16214, 16245, 16271, 16274, 16283, 16289, 16293, 16314, 16316, 16330, 16337, 16338, 16356, 16365, 16366, 16369, 16372, 16375, 16379, 16384, 16385, 16386, 16387, 16390, - 16394, 16400, 16407, 16408, 16414, 16430, 16453. + 16394, 16400, 16407, 16408, 16414, 16430, 16431, 16453. * Slovenian translations for glibc messages have been contributed by the Translation Project's Slovenian team of translators. |