From patchwork Tue May 13 17:32:37 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Roland McGrath X-Patchwork-Id: 890 Return-Path: X-Original-To: siddhesh@wilcox.dreamhost.com Delivered-To: siddhesh@wilcox.dreamhost.com Received: from homiemail-mx21.g.dreamhost.com (peon2454.g.dreamhost.com [208.113.200.127]) by wilcox.dreamhost.com (Postfix) with ESMTP id C3DF336007B for ; Tue, 13 May 2014 10:32:43 -0700 (PDT) Received: by homiemail-mx21.g.dreamhost.com (Postfix, from userid 14307373) id 87C4B16FDABD; Tue, 13 May 2014 10:32:43 -0700 (PDT) X-Original-To: glibc@patchwork.siddhesh.in Delivered-To: x14307373@homiemail-mx21.g.dreamhost.com Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by homiemail-mx21.g.dreamhost.com (Postfix) with ESMTPS id B2B39160D867 for ; Tue, 13 May 2014 10:32:42 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:content-type :content-transfer-encoding:from:to:subject:message-id:date; q= dns; s=default; b=rYKMmvs0sCEgD/xcidJo9MYNHdEgGuX5gGsDWQQf5ZTSPt wxNVGLvWfwJTTJ7YjRqRoerQC+ECXyEQMsPQSXK2KTwMuGYC57kFbR5m3M4em+f0 Fc4m5xeis2cNES3WHx0oT4A/ywszttVdrciMuXnqPXTpmv4wN9W8tDeGYU2sE= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:content-type :content-transfer-encoding:from:to:subject:message-id:date; s= default; bh=TOU86ccaAY/iSmK/u/3uQ2JjyGs=; b=mcsU2sGhlRdXhRXxChc7 r6GILEUXVwBcU63xATww3k1Bf2QGRyrkLFZa+ZheYVWxO4Xcexqi6lmcGPEonZd8 o9rApwKtbjzCeknd/nawK+7m6L+Mpbi4B+AG3AFAHRlA+ZBo7ea/gGT9HLr9UgUv UOly7qCiuxO4UkrFnc9EZxs= Received: (qmail 22257 invoked by alias); 13 May 2014 17:32:40 -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 22240 invoked by uid 89); 13 May 2014 17:32:40 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.3 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/nptl] Move NPTL public ABI headers for ARM to sysdeps/arm/nptl/. Message-Id: <20140513173237.292792C3A35@topped-with-meat.com> Date: Tue, 13 May 2014 10:32:37 -0700 (PDT) X-CMAE-Score: 0 X-CMAE-Analysis: v=2.1 cv=HrjlRSjS c=1 sm=1 tr=0 a=WkljmVdYkabdwxfqvArNOQ==:117 a=14OXPxybAAAA:8 a=6itDuTsLuBAA:10 a=Z6MIti7PxpgA:10 a=kj9zAlcOel0A:10 a=hOe2yjtxAAAA:8 a=Bz6rvS9T2XqMgwVBlBAA:9 a=CjuIK1q_8ugA:10 X-DH-Original-To: glibc@patchwork.siddhesh.in These installed headers specify parts of the machine-specific libpthread ABI. They do not especially depend on the OS-specific implementation details. So they belong in a purely machine-specific sysdeps/ directory. Verified no code or ABI changes on arm-linux-gnueabihf. OK? Thanks, Roland 2014-05-13 Roland McGrath * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ... * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here. * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ... * sysdeps/arm/nptl/bits/semaphore.h: ... here. diff --git a/sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h b/sysdeps/arm/nptl/bits/pthreadtypes.h similarity index 100% rename from sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h rename to sysdeps/arm/nptl/bits/pthreadtypes.h diff --git a/sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h b/sysdeps/arm/nptl/bits/semaphore.h similarity index 100% rename from sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h rename to sysdeps/arm/nptl/bits/semaphore.h