This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [RFC v6 09/23] RISC-V: Add support for 32-bit vDSO calls
On Mon, Jan 13, 2020 at 11:33 PM Arnd Bergmann <arnd@arndb.de> wrote:
>
> On Sun, Jan 12, 2020 at 11:40 AM Alistair Francis
> <alistair.francis@wdc.com> wrote:
> > +# if __riscv_xlen == 32
> > +# define VDSO_NAME "LINUX_5.4"
> > +# define VDSO_HASH 61765876
>
> > +# define HAVE_CLOCK_GETTIME64_VSYSCALL "__vdso_clock_gettime64"
> > +# define HAVE_GETCPU_VSYSCALL "__vdso_getcpu"
>
> Mainline linux doesn't have these yet on risc-v. I assume you have
> patches to add them?
No... I don't. I just assumed these were supported. I will drop this.
Alistair
>
> Arnd