glibc/sysdeps
Adhemerval Zanella d98720e07f 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.
2014-01-20 12:29:51 -06:00
..
generic ARM: Disable compat mcount code when unneeded. 2014-01-10 13:32:35 -08:00
gnu Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
i386 Fix a thinko/typo in i686's memmove (aka __memmove_ia32). 2014-01-09 09:49:54 +13:00
ieee754 [BZ #16427] Fix ldbl-128 exp overflows. 2014-01-15 09:50:31 +01:00
init_array Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
mach Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
posix Do not enable asynchronous cancellation in system. Fixes bug 14782. 2014-01-15 18:39:21 +01:00
powerpc PowerPC: sotruss-lib implementation 2014-01-15 12:14:06 -06:00
pthread Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
s390 s390: implement sotruss support 2014-01-16 15:10:14 -05:00
sh Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
sparc Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
unix PowerPC: Fix gettimeofday ifunc selection 2014-01-20 12:29:51 -06:00
wordsize-32 Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
wordsize-64 Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
x86 Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
x86_64 Regenerate x86 / x86_64 ulps. 2014-01-01 14:34:38 +00:00