From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2155) id E304438582AC; Tue, 20 Dec 2022 21:54:36 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E304438582AC DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1671573276; bh=9KB+8iJUPdawmk171BF/v5rB6FsqQcZyZzz1t10ikMM=; h=From:To:Subject:Date:From; b=ut8Wv+haqi7MPnDhYzWPeWEB6WZz/R46qZv+gQOhAAGxoTCAQrrtPJX/+cdnzWbWx hFO14rY0+UMS1zhIaf+lATD5ICP7YFoMGitvlGv2zSeoan/PhtIlizrPVH1R0r/psB pnw8FKUG/Ykic9zdWH9GasZmXB9/8CQv6Wt+b4Tc= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Corinna Vinschen To: cygwin-cvs@sourceware.org Subject: [newlib-cygwin] Cygwin: use .S suffix for assembler files X-Act-Checkin: newlib-cygwin X-Git-Author: Corinna Vinschen X-Git-Refname: refs/heads/master X-Git-Oldrev: fd3ce87f734526e1fd389c027f189a21e6e01322 X-Git-Newrev: a25730119cc9a2fd840295970fcbcc5676a2b9af Message-Id: <20221220215436.E304438582AC@sourceware.org> Date: Tue, 20 Dec 2022 21:54:36 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dnewlib-cygwin.git;h=3Da25730119cc= 9a2fd840295970fcbcc5676a2b9af commit a25730119cc9a2fd840295970fcbcc5676a2b9af Author: Corinna Vinschen AuthorDate: Mon Dec 19 12:46:53 2022 +0100 Commit: Corinna Vinschen CommitDate: Tue Dec 20 10:13:59 2022 +0100 Cygwin: use .S suffix for assembler files =20 Automake generates different recipies for .s.o vs. .S.o rules. =20 Signed-off-by: Corinna Vinschen Diff: --- winsup/cygwin/x86_64/{memcpy.s =3D> memcpy.S} | 0 winsup/cygwin/x86_64/{memset.s =3D> memset.S} | 0 2 files changed, 0 insertions(+), 0 deletions(-) diff --git a/winsup/cygwin/x86_64/memcpy.s b/winsup/cygwin/x86_64/memcpy.S similarity index 100% rename from winsup/cygwin/x86_64/memcpy.s rename to winsup/cygwin/x86_64/memcpy.S diff --git a/winsup/cygwin/x86_64/memset.s b/winsup/cygwin/x86_64/memset.S similarity index 100% rename from winsup/cygwin/x86_64/memset.s rename to winsup/cygwin/x86_64/memset.S