From patchwork Wed Oct 15 21:17:41 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Roland McGrath X-Patchwork-Id: 3237 Received: (qmail 26324 invoked by alias); 15 Oct 2014 21:17:48 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 26311 invoked by uid 89); 15 Oct 2014 21:17:47 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL, BAYES_00 autolearn=ham version=3.3.2 X-HELO: topped-with-meat.com MIME-Version: 1.0 From: Roland McGrath To: "GNU C. Library" Subject: [PATCH roland/arm-soft-fp] Remove sysdeps/arm/soft-fp directory. Message-Id: <20141015211741.EDC1E2C3A26@topped-with-meat.com> Date: Wed, 15 Oct 2014 14:17:41 -0700 (PDT) X-CMAE-Score: 0 X-CMAE-Analysis: v=2.1 cv=SvUDtp+0 c=1 sm=1 tr=0 a=WkljmVdYkabdwxfqvArNOQ==:117 a=14OXPxybAAAA:8 a=Z6MIti7PxpgA:10 a=kj9zAlcOel0A:10 a=hOe2yjtxAAAA:8 a=V6EQgP_b9E6sMI3EgN0A:9 a=CjuIK1q_8ugA:10 This has no effect on the compiled code. Any time sysdeps/foo/Implies contains "foo/bar" then this should be a big red flag. That's useless separation that just makes the build slower, all the compilation command lines longer, etc. aarch64, alpha, mips, sh, sparc, and powerpc all have a soft-fp subdirectory that is always used and should not be separate. Thanks, Roland 2014-10-15 Roland McGrath * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ... * sysdeps/arm/sfp-machine.h: ... to here. * sysdeps/arm/Implies: Remove arm/soft-fp. diff --git a/sysdeps/arm/Implies b/sysdeps/arm/Implies index 10bd93a..780c4e2 100644 --- a/sysdeps/arm/Implies +++ b/sysdeps/arm/Implies @@ -1,4 +1,3 @@ -arm/soft-fp wordsize-32 ieee754/flt-32 ieee754/dbl-64 diff --git a/sysdeps/arm/soft-fp/sfp-machine.h b/sysdeps/arm/sfp-machine.h similarity index 100% rename from sysdeps/arm/soft-fp/sfp-machine.h rename to sysdeps/arm/sfp-machine.h