diff options
author | Adhemerval Zanella <azanella@linux.vnet.ibm.com> | 2014-01-16 06:53:18 -0600 |
---|---|---|
committer | Adhemerval Zanella <azanella@linux.vnet.ibm.com> | 2014-01-16 06:53:18 -0600 |
commit | 736c304a1ab4cee36a2f3343f1698bc0abae4608 (patch) | |
tree | 63e4834af05375e2b1ef3b8c7db6515109edd6b8 /socket | |
parent | 94d0cea0ad2c225019736c2f18e1280eae50fa6c (diff) | |
download | glibc-736c304a1ab4cee36a2f3343f1698bc0abae4608.tar glibc-736c304a1ab4cee36a2f3343f1698bc0abae4608.tar.gz glibc-736c304a1ab4cee36a2f3343f1698bc0abae4608.tar.bz2 glibc-736c304a1ab4cee36a2f3343f1698bc0abae4608.zip |
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.
Diffstat (limited to 'socket')
0 files changed, 0 insertions, 0 deletions