From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1944) id E5DE13851525; Thu, 27 Oct 2022 13:53:47 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E5DE13851525 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1666878827; bh=zlaGi0la4At5QA/IzATvVcIkTny715ugqxYHXqzd5ps=; h=From:To:Subject:Date:From; b=LbNVkpk5fa/VuavXDDsaXqkzpABupiZPrHTfg7AnLG5VrZqS6DVc9g5FYdjnLBfxt G52npw3DQBehnWlo9F1+RkTcl2p0H4l8rjjjYdueTOCWlsuBkuCA0cJJ5lJ57/1rlS tf7NGKGp4Tm8sPqyak9grYRICuhlVfNwM6ov8TfI= 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: 78b3462349791d408a860bcfd0e2cda951e88241 X-Git-Newrev: 3f543eb41fa26df65f8fa1a1b37cff33c60c2705 Message-Id: <20221027135347.E5DE13851525@sourceware.org> Date: Thu, 27 Oct 2022 13:53:47 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=3f543eb41fa26df65f8fa1a1b37cff33c60c2705 commit 3f543eb41fa26df65f8fa1a1b37cff33c60c2705 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