This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCHv2] PowerPC: Use __builtin_ppc_get_timebase when buildingwith GCC >= 4.8


On Wed, Oct 31, 2012 at 11:49 AM, Tulio Magno Quites Machado Filho
<tuliom@linux.vnet.ibm.com> wrote:
> Adapts __ppc_get_timebase to the upcoming GCC 4.8 that provides
> __builtin_ppc_get_timebase.
> Building glibc with previous versions of GCC will continue to use the
> internal implementation.
>
> 2012-10-31  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.

Pushed upstream with:

commit d7d08bdedeecf168ef58c7e2bdbb4c39c1939aba
Author: Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
Date:   Fri Nov 2 11:20:39 2012 -0500

    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.

Ryan S. Arnold


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]