diff options
author | Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com> | 2012-11-02 11:20:39 -0500 |
---|---|---|
committer | Ryan S. Arnold <rsa@linux.vnet.ibm.com> | 2012-11-02 11:27:11 -0500 |
commit | d7d08bdedeecf168ef58c7e2bdbb4c39c1939aba (patch) | |
tree | 137adbbefbeffde1956f8b3be1918e8e8caf7e58 /ChangeLog | |
parent | dcdae19a3f8eafb7aa597b1d5cb770db76509ec4 (diff) | |
download | glibc-d7d08bdedeecf168ef58c7e2bdbb4c39c1939aba.tar glibc-d7d08bdedeecf168ef58c7e2bdbb4c39c1939aba.tar.gz glibc-d7d08bdedeecf168ef58c7e2bdbb4c39c1939aba.tar.bz2 glibc-d7d08bdedeecf168ef58c7e2bdbb4c39c1939aba.zip |
Direct __ppc_get_timebase to __builtin_ppc_get_timebase for GCC 4.8+.
Adapts __ppc_get_timebase to the upcoming GCC 4.8 that provides
__builtin_ppc_get_timebase. Building applicationns with previous
versions of GCC will continue to use the internal implementation.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2012-11-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com> + + * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use + __builtin_ppc_get_timebase when building with GCC >= 4.8 instead + of the internal implementation. + 2012-11-02 Joseph Myers <joseph@codesourcery.com> * include/sys/syslog.h [_ISOMAC]: Disable all contents of file |