From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1944) id 478A2384BC3A; Wed, 26 Oct 2022 15:10:07 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 478A2384BC3A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1666797007; bh=UdOq54vDevfO7IFUqlyNRo+025GBvMeW6I7ex45ePbk=; h=From:To:Subject:Date:From; b=Qod72QS9kor3/Q8PQXTAsxH+CQO+5IHVQEANqtDFSVGNQ5LPIUyMebvQnE1zob1mG /6Pfsg3UXhYAvmDfPFpHKFA9HrPzd9MsAteWu8SbdvYjiyDDz88kHq7x+8sgeWZ2ef iqDDftV0HKGtYaKtXuvDbFi9usYEbP51r/t6gpmg= 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] aarch64: don't build wordcopy X-Act-Checkin: glibc X-Git-Author: Szabolcs Nagy X-Git-Refname: refs/heads/arm/morello/main X-Git-Oldrev: 90fc30ae1e84ebae924be6ef5f2b5843a6a0ad57 X-Git-Newrev: 370076d66fe0af870bc4801a4fe671ae21ce655e Message-Id: <20221026151007.478A2384BC3A@sourceware.org> Date: Wed, 26 Oct 2022 15:10:07 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=370076d66fe0af870bc4801a4fe671ae21ce655e commit 370076d66fe0af870bc4801a4fe671ae21ce655e Author: Szabolcs Nagy Date: Thu Jul 28 14:29:19 2022 +0100 aarch64: don't build wordcopy Use an empty wordcopy.c to avoid building the generic one. It does not seem to be used anywhere. Diff: --- sysdeps/aarch64/wordcopy.c | 0 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/sysdeps/aarch64/wordcopy.c b/sysdeps/aarch64/wordcopy.c new file mode 100644 index 0000000000..e69de29bb2