From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4532 invoked by alias); 22 Aug 2012 16:13:03 -0000 Received: (qmail 4412 invoked by uid 22791); 22 Aug 2012 16:12:59 -0000 X-SWARE-Spam-Status: No, hits=-4.8 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL X-Spam-Check-By: sourceware.org Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 22 Aug 2012 16:12:44 +0000 Received: from svr-orw-exc-10.mgc.mentorg.com ([147.34.98.58]) by relay1.mentorg.com with esmtp id 1T4DXv-0001mV-7E from joseph_myers@mentor.com ; Wed, 22 Aug 2012 09:12:43 -0700 Received: from SVR-IES-FEM-01.mgc.mentorg.com ([137.202.0.104]) by SVR-ORW-EXC-10.mgc.mentorg.com with Microsoft SMTPSVC(6.0.3790.4675); Wed, 22 Aug 2012 09:12:43 -0700 Received: from digraph.polyomino.org.uk (137.202.0.76) by SVR-IES-FEM-01.mgc.mentorg.com (137.202.0.104) with Microsoft SMTP Server id 14.1.289.1; Wed, 22 Aug 2012 17:12:41 +0100 Received: from jsm28 (helo=localhost) by digraph.polyomino.org.uk with local-esmtp (Exim 4.76) (envelope-from ) id 1T4DXs-0000UT-Dg; Wed, 22 Aug 2012 16:12:40 +0000 Date: Wed, 22 Aug 2012 16:13:00 -0000 From: "Joseph S. Myers" To: Steve McIntyre CC: Roland McGrath , , Subject: Re: ARM hard-float ABI: add ldconfig flag value In-Reply-To: <20120822153954.GA8449@linaro.org> Message-ID: References: <20120802174900.GH24537@linaro.org> <20120802175430.CF1652C0DF@topped-with-meat.com> <20120802181352.GJ24537@linaro.org> <20120802182602.77E082C0A8@topped-with-meat.com> <20120803164526.GO24537@linaro.org> <20120808134012.GA25789@linaro.org> <20120809002913.GA2131@einval.com> <20120809132012.GT24537@linaro.org> <20120822153954.GA8449@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Mailing-List: contact libc-ports-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: libc-ports-owner@sourceware.org X-SW-Source: 2012-08/txt/msg00145.txt.bz2 On Wed, 22 Aug 2012, Steve McIntyre wrote: > Here's the text that we're planning to add for the next release of the > "ELF for the ARM Architecture" doc. I hope this covers what you're > asking for? Yes, I think this is sufficient. > There's minor changes to the exact spelling of the new flags > (s/EABI/ABI/). I'll send an updated patch with that change and > whatever coding style issues you'd like fixed, just let me know > please. I don't know exactly what coding style issues Roland had in mind. Apart from the spaces in function / macro calls that I already mentioned, I wouldn't use a space after "!" (but there's nothing specific in the GNU Coding Standards on that point, though for GCC avoiding space after "!" is a documented convention). -- Joseph S. Myers joseph@codesourcery.com