From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-1.mimecast.com (us-smtp-delivery-1.mimecast.com [205.139.110.120]) by sourceware.org (Postfix) with ESMTP id EC129384A87E for ; Wed, 2 Sep 2020 08:05:38 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org EC129384A87E Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-212-vKWpXNAbNOGYzTj95_hsAw-1; Wed, 02 Sep 2020 04:05:37 -0400 X-MC-Unique: vKWpXNAbNOGYzTj95_hsAw-1 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 5523618A2256 for ; Wed, 2 Sep 2020 08:05:36 +0000 (UTC) Received: from calimero.vinschen.de (ovpn-112-34.ams2.redhat.com [10.36.112.34]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 26FBA5D9CC for ; Wed, 2 Sep 2020 08:05:36 +0000 (UTC) Received: by calimero.vinschen.de (Postfix, from userid 500) id ABA7AA81009; Wed, 2 Sep 2020 10:05:34 +0200 (CEST) Date: Wed, 2 Sep 2020 10:05:34 +0200 From: Corinna Vinschen To: newlib@sourceware.org Subject: Re: [PATCH] libm/machine/arm: Rename s*_fma.c -> s*_fma_arm.c Message-ID: <20200902080534.GG4127@calimero.vinschen.de> Reply-To: newlib@sourceware.org Mail-Followup-To: newlib@sourceware.org References: <20200901194949.830682-1-keithp@keithp.com> MIME-Version: 1.0 In-Reply-To: <20200901194949.830682-1-keithp@keithp.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 X-Mimecast-Spam-Score: 0.001 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=utf-8 Content-Disposition: inline X-Spam-Status: No, score=-7.5 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: newlib@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Newlib mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Sep 2020 08:05:40 -0000 On Sep 1 12:49, Keith Packard via Newlib wrote: > This is required to avoid colliding with files built from libm/common > that would end up with the same object name. > > When libm.a was constructed from the individual sub-libraries, the > contents of the libm/common files would be replaced by that from > libm/machine/arm with the same name. > > Signed-off-by: Keith Packard > --- > newlib/libm/machine/arm/Makefile.am | 4 ++-- > newlib/libm/machine/arm/Makefile.in | 24 +++++++++---------- > .../libm/machine/arm/{s_fma.c => s_fma_arm.c} | 0 > .../machine/arm/{sf_fma.c => sf_fma_arm.c} | 0 > 4 files changed, 14 insertions(+), 14 deletions(-) > rename newlib/libm/machine/arm/{s_fma.c => s_fma_arm.c} (100%) > rename newlib/libm/machine/arm/{sf_fma.c => sf_fma_arm.c} (100%) Pushed. Thanks, Corinna