[PATCH v2 4/8] powerpc: Simplify vsyscall internal macros
Adhemerval Zanella
adhemerval.zanella@linaro.org
Tue Sep 17 14:24:00 GMT 2019
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.
More information about the Libc-alpha
mailing list