glibc/sysdeps
Adhemerval Zanella 736c304a1a PowerPC: Fix ftime gettimeofday internal call returning bogus data
This patches fixes BZ#16430 by setting a different symbol for internal
GLIBC calls that points to ifunc resolvers. For PPC32, if the symbol
is defined as hidden (which is the case for gettimeofday and time) the
compiler will create local branches (symbol@local) and linker will not
create PLT calls (required for IFUNC). This will leads to internal symbol
calling the IFUNC resolver instead of the resolved symbol.
For PPC64 this behavior does not occur because a call to a function in
another translation unit might use a different toc pointer thus requiring
a PLT call.
2014-01-16 06:53:18 -06:00
..
generic ARM: Disable compat mcount code when unneeded. 2014-01-10 13:32:35 -08:00
gnu
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
mach
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
s390 S/390: Regenerate ULPs. 2014-01-15 09:49:54 +01:00
sh
sparc
unix PowerPC: Fix ftime gettimeofday internal call returning bogus data 2014-01-16 06:53:18 -06:00
wordsize-32
wordsize-64
x86
x86_64 Regenerate x86 / x86_64 ulps. 2014-01-01 14:34:38 +00:00