From: caiyinyu Date: Wed, 27 Jul 2022 18:36:52 +0000 (+0800) Subject: LoongArch: Fix VDSO_HASH and VDSO_NAME. X-Git-Tag: glibc-2.36~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=033e76ea9c39def3473bbfb31438a59168f3f3d7;p=thirdparty%2Fglibc.git LoongArch: Fix VDSO_HASH and VDSO_NAME. --- diff --git a/sysdeps/unix/sysv/linux/loongarch/sysdep.h b/sysdeps/unix/sysv/linux/loongarch/sysdep.h index c586df819cd..e4c8fc29369 100644 --- a/sysdeps/unix/sysv/linux/loongarch/sysdep.h +++ b/sysdeps/unix/sysv/linux/loongarch/sysdep.h @@ -110,8 +110,8 @@ #ifndef __ASSEMBLER__ -#define VDSO_NAME "LINUX_2.6" -#define VDSO_HASH 61765110 +#define VDSO_NAME "LINUX_5.10" +#define VDSO_HASH 182947696 /* List of system calls which are supported as vsyscalls. */ #define HAVE_CLOCK_GETRES64_VSYSCALL "__vdso_clock_getres"