From d7d08bdedeecf168ef58c7e2bdbb4c39c1939aba Mon Sep 17 00:00:00 2001 From: Tulio Magno Quites Machado Filho Date: Fri, 2 Nov 2012 11:20:39 -0500 Subject: 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. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5dad3dc1f2..d85ffee2d6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2012-11-02 Tulio Magno Quites Machado Filho + + * 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 * include/sys/syslog.h [_ISOMAC]: Disable all contents of file -- cgit 1.4.1