From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 7891) id 9D45D385840A; Fri, 29 Jul 2022 01:22:59 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9D45D385840A Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Yinyu Cai To: glibc-cvs@sourceware.org Subject: [glibc] LoongArch: Fix VDSO_HASH and VDSO_NAME. X-Act-Checkin: glibc X-Git-Author: caiyinyu X-Git-Refname: refs/heads/master X-Git-Oldrev: 7c5db7931f940a0de9d39b566f6fef41148491c0 X-Git-Newrev: 033e76ea9c39def3473bbfb31438a59168f3f3d7 Message-Id: <20220729012259.9D45D385840A@sourceware.org> Date: Fri, 29 Jul 2022 01:22:59 +0000 (GMT) X-BeenThere: glibc-cvs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Glibc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Jul 2022 01:22:59 -0000 https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=033e76ea9c39def3473bbfb31438a59168f3f3d7 commit 033e76ea9c39def3473bbfb31438a59168f3f3d7 Author: caiyinyu 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"