From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1944) id 4B5603857361; Fri, 5 Aug 2022 19:33:08 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4B5603857361 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Szabolcs Nagy To: glibc-cvs@sourceware.org Subject: [glibc/arm/morello/main] TODO(uapi): aarch64: morello: use non-ifunc gettimeofday X-Act-Checkin: glibc X-Git-Author: Szabolcs Nagy X-Git-Refname: refs/heads/arm/morello/main X-Git-Oldrev: 9f92fe592bd8b6e3dc435d53467f1e1b133c4d37 X-Git-Newrev: 822571c5b10a0f10950b0a095df82afe460aeb15 Message-Id: <20220805193308.4B5603857361@sourceware.org> Date: Fri, 5 Aug 2022 19:33:08 +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, 05 Aug 2022 19:33:08 -0000 https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=822571c5b10a0f10950b0a095df82afe460aeb15 commit 822571c5b10a0f10950b0a095df82afe460aeb15 Author: Szabolcs Nagy Date: Thu Mar 17 10:09:46 2022 +0000 TODO(uapi): aarch64: morello: use non-ifunc gettimeofday TODO: Remove this once morello has vdso gettimeofday. Diff: --- sysdeps/unix/sysv/linux/aarch64/gettimeofday.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sysdeps/unix/sysv/linux/aarch64/gettimeofday.c b/sysdeps/unix/sysv/linux/aarch64/gettimeofday.c index ad421f4b05..c24fd83067 100644 --- a/sysdeps/unix/sysv/linux/aarch64/gettimeofday.c +++ b/sysdeps/unix/sysv/linux/aarch64/gettimeofday.c @@ -16,5 +16,7 @@ License along with the GNU C Library; if not, see . */ -#define USE_IFUNC_GETTIMEOFDAY +#ifndef __CHERI_PURE_CAPABILITY__ +# define USE_IFUNC_GETTIMEOFDAY +#endif #include