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: [PATCH rsa/power8_partial]


On Fri, Jun 21, 2013 at 1:01 PM, Roland McGrath <roland@hack.frob.com> wrote:
>> @@ -83,7 +83,8 @@ PROCINFO_CLASS const char _dl_powerpc_platforms[13][12]
>>      [PPC_PLATFORM_PPC405] = "ppc405",
>>      [PPC_PLATFORM_PPC440] = "ppc440",
>>      [PPC_PLATFORM_PPC464] = "ppc464",
>> -    [PPC_PLATFORM_PPC476] = "ppc476"
>> +    [PPC_PLATFORM_PPC476] = "ppc476",
>> +    [PPC_PLATFORM_POWER8] = "power8"
>
> I'd recommend always using a trailing comma so that the next addition
> doesn't have to touch the existing line.
>

Pushed under the following commit, with the ',' addition:

commit 2f063a6e843c788a05667e6d362d229b3b671920
Author: Ryan S. Arnold <rsa@linux.vnet.ibm.com>
Date:   Mon Jun 24 15:33:32 2013 -0500

    PowerPC: Enable POWER8 platform sans hwcap bits.


I'll push an update for elf/elf.h to add AT_HWCAP2 shortly.


Ryan


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