This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH 14/16] linux: Enable vDSO clock_gettime64 for mips
- 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 19:39:30 +0530
- Subject: Re: [PATCH 14/16] linux: Enable vDSO clock_gettime64 for mips
- References: <20191217214728.2886-1-adhemerval.zanella@linaro.org> <20191217214728.2886-14-adhemerval.zanella@linaro.org> <c4a9b680-aca2-0d95-d884-92014b3915eb@gotplt.org> <590d001b-9028-ad61-a81e-d372a1cacf7d@linaro.org>
On 02/01/20 7:20 pm, Adhemerval Zanella wrote:
>> Do you need this at all? It seems to me that the compiler sets _MIPS_SIM.
>
> The compiler does sets _MIPS_SIM, but it might not define _ABIXX
> (for instance -mabi=32 does not define _ABI64).
>
Thanks for checking. This is good too.
Reviewed-by: Siddhesh Poyarekar <siddhesh@sourceware.org>