From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26670 invoked by alias); 15 Aug 2012 09:56:15 -0000 Received: (qmail 26652 invoked by uid 22791); 15 Aug 2012 09:56:14 -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, 15 Aug 2012 09:56:02 +0000 Received: from svr-orw-fem-01.mgc.mentorg.com ([147.34.98.93]) by relay1.mentorg.com with esmtp id 1T1aKX-0004Zt-JJ from joseph_myers@mentor.com ; Wed, 15 Aug 2012 02:56:01 -0700 Received: from SVR-IES-FEM-01.mgc.mentorg.com ([137.202.0.104]) by svr-orw-fem-01.mgc.mentorg.com over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Wed, 15 Aug 2012 02:56:01 -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, 15 Aug 2012 10:55:59 +0100 Received: from jsm28 (helo=localhost) by digraph.polyomino.org.uk with local-esmtp (Exim 4.76) (envelope-from ) id 1T1aKU-0003T5-DO; Wed, 15 Aug 2012 09:55:58 +0000 Date: Wed, 15 Aug 2012 09:56:00 -0000 From: "Joseph S. Myers" To: Roland McGrath CC: Subject: Re: [PATCH roland/arm-atomic] ARM: split generic and Linux-specific bits/atomic.h In-Reply-To: <20120814235134.18B7B2C0EC@topped-with-meat.com> Message-ID: References: <20120814235134.18B7B2C0EC@topped-with-meat.com> 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/msg00126.txt.bz2 On Tue, 14 Aug 2012, Roland McGrath wrote: > The branch has two commits. The second is this trivial renaming, > because there is nothing in the file that is at all specific to > anything about the nptl add-on: > > ports/ChangeLog.arm > * sysdeps/unix/sysv/linux/arm/nptl/bits/atomic.h: Renamed to ... > * sysdeps/unix/sysv/linux/arm/bits/atomic.h: ... this. > > diff --git a/ports/sysdeps/unix/sysv/linux/arm/nptl/bits/atomic.h b/ports/sysdeps/unix/sysv/linux/arm/bits/atomic.h > similarity index 100% > rename from ports/sysdeps/unix/sysv/linux/arm/nptl/bits/atomic.h > rename to ports/sysdeps/unix/sysv/linux/arm/bits/atomic.h > > > The first commit is as follows, separating the pure ARM-specific bits from > the Linux-specific bits that are only needed if you don't have GCC support > for __sync_* builtins. > > I did only the basic compile test on arm-linux-gnueabi. > > Ok? OK. -- Joseph S. Myers joseph@codesourcery.com