This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH v2 4/8] powerpc: Simplify vsyscall internal macros
Ack. I will commit this shortly if no one opposes, after I tested on the affected
architectures.
On 05/09/2019 19:05, cseo wrote:
> On 2019-09-05 17:56, Adhemerval Zanella wrote:
>> diff --git a/sysdeps/unix/sysv/linux/libc-vdso.h
>> b/sysdeps/unix/sysv/linux/libc-vdso.h
>> index f681868137..199ae9a033 100644
>> --- a/sysdeps/unix/sysv/linux/libc-vdso.h
>> +++ b/sysdeps/unix/sysv/linux/libc-vdso.h
>> @@ -21,6 +21,13 @@
>>
>> #define VDSO_SYMBOL(__name) __vdso_##__name
>>
>> +/* Adjust the return IFUNC value from a vDSO symbol accordingly required
>> + architecture ABI. It is used for powerpc64 elfv1 to create a ODP
>> + entry since kernvel vDSO does not provide it. */
>
> 'required by the', 'ELFv1'
>
> Typo - 'kernel'
>
> The rest LGTM.