This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH 04/16] linux: Update x86 vDSO symbols
- From: Siddhesh Poyarekar <siddhesh at gotplt dot org>
- To: Adhemerval Zanella <adhemerval dot zanella at linaro dot org>, libc-alpha at sourceware dot org
- Date: Thu, 2 Jan 2020 17:37:31 +0530
- Subject: Re: [PATCH 04/16] linux: Update x86 vDSO symbols
- References: <20191217214728.2886-1-adhemerval.zanella@linaro.org> <20191217214728.2886-4-adhemerval.zanella@linaro.org>
On 18/12/19 3:17 am, Adhemerval Zanella wrote:
> Add the missing time and clock_getres vDSO symbol names on x86.
> For time, the iFUNC already uses expected name so it affects only
> the static build.
>
> The clock_getres is a new implementation added on Linux 5.3
> (f66501dc53e72).
>
> Checked on x86-linux-gnu and i686-linux-gnu.
> ---
> sysdeps/unix/sysv/linux/i386/sysdep.h | 2 ++
> sysdeps/unix/sysv/linux/x86/time.c | 4 ----
> sysdeps/unix/sysv/linux/x86_64/sysdep.h | 2 ++
> 3 files changed, 4 insertions(+), 4 deletions(-)
>
OK.
Reviewed-by: Siddhesh Poyarekar <siddhesh@sourceware.org>