From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1944) id 102663852C5C; Wed, 23 Nov 2022 14:43:41 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 102663852C5C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1669214621; bh=sgPzrz3uzkk07Mv2hZQU6TTZXcNAIrDr01g8aONl74A=; h=From:To:Subject:Date:From; b=ftKlwwq5avkYiovSLZScCOzn3gQ4XIErt4Sof8A65sEuiCZ1DaOWplKzD4U6TuR0i MYZbDHGvAaem4OW3nqNK3T43ero7wmyNdWNCd1/6m9LZvwKIvznaKI6f5iF9XCEKxM pgZZa3iVItt3Gq0pClHCaGdgM/egjNaKyZtlqDO8= 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: a909a33a8172db1d5ad48657a1b80e451a94d432 X-Git-Newrev: fba741bfba74795da84de0be8c0c869947693607 Message-Id: <20221123144341.102663852C5C@sourceware.org> Date: Wed, 23 Nov 2022 14:43:41 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=fba741bfba74795da84de0be8c0c869947693607 commit fba741bfba74795da84de0be8c0c869947693607 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