From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1944) id 410243853542; Wed, 26 Oct 2022 14:49:44 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 410243853542 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1666795784; bh=ZCRSiSiOuTygyumj7oQvuEsZtJ6X2z38uQvSQCfcNCI=; h=From:To:Subject:Date:From; b=ItSHAox7WePZObE+aNssoYcE+Tdf4+j4oIv5ynqjXoz89RwS+gzKJq4Fvz+6jeMz/ VwzYaUqMqPgB4Aq1QH9EkEEinIMBlFYPmvw9HEe1z1yhdL863lhzukfrqYWbGNa8xV ipxBR+X0ccFhX2kWXeKWvOkQDvmvUWXTrrdDukVU= 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: use empty wordcopy.c X-Act-Checkin: glibc X-Git-Author: Szabolcs Nagy X-Git-Refname: refs/heads/arm/morello/main X-Git-Oldrev: 45b4ae2ffd243ce637fe82c912c0e863b9c660ab X-Git-Newrev: 057a6358356f447f686d8b4cae647cff9fe5c111 Message-Id: <20221026144944.410243853542@sourceware.org> Date: Wed, 26 Oct 2022 14:49:44 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=057a6358356f447f686d8b4cae647cff9fe5c111 commit 057a6358356f447f686d8b4cae647cff9fe5c111 Author: Szabolcs Nagy Date: Fri Oct 21 16:27:10 2022 +0100 TODO: use empty wordcopy.c TODO: squash into commit 418b9dac8999e5a64b69ee072321cd6eed8d8be1 aarch64: don't build wordcopy Diff: --- sysdeps/aarch64/wordcopy.c | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/sysdeps/aarch64/wordcopy.c b/sysdeps/aarch64/wordcopy.c index f1a5d9dbca..e69de29bb2 100644 --- a/sysdeps/aarch64/wordcopy.c +++ b/sysdeps/aarch64/wordcopy.c @@ -1,17 +0,0 @@ -/* Empty file: AArch64 does not use wordcopy functions. - Copyright (C) 2022 Free Software Foundation, Inc. - This file is part of the GNU C Library. - - The GNU C Library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. - - The GNU C Library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. - - You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, see - . */