public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] LoongArch: Fix VDSO_HASH and VDSO_NAME.
@ 2022-07-29  1:22 Yinyu Cai
  0 siblings, 0 replies; only message in thread
From: Yinyu Cai @ 2022-07-29  1:22 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=033e76ea9c39def3473bbfb31438a59168f3f3d7

commit 033e76ea9c39def3473bbfb31438a59168f3f3d7
Author: caiyinyu <caiyinyu@loongson.cn>
Date:   Thu Jul 28 02:36:52 2022 +0800

    LoongArch: Fix VDSO_HASH and VDSO_NAME.

Diff:
---
 sysdeps/unix/sysv/linux/loongarch/sysdep.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sysdeps/unix/sysv/linux/loongarch/sysdep.h b/sysdeps/unix/sysv/linux/loongarch/sysdep.h
index c586df819c..e4c8fc2936 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"


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-07-29  1:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-29  1:22 [glibc] LoongArch: Fix VDSO_HASH and VDSO_NAME Yinyu Cai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).