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: 348493 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org 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 ozlabs.org (Postfix) with ESMTPS id 01ED514007C for ; Wed, 14 May 2014 03:32:45 +1000 (EST) 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=Hr8gCsXQbnAO+0FUVJvMaEwNij2oodtGOONtQ7ZHPuX6zK fLfREiEz7+RFo1k0TVOlDiAgvYCxrHU/4udnHZ9D3iOdsURLInoCz/ieaC2YFwPO q0MH7FGWCdA+s0YhGWKF8F8/dumqX0bM2MZSUTLOucix9cbQV4ikqatB5rTO8= 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=IWZDp7tcod6J9BEbbOUf bP1rQ0Vso4d85COct1jGXgX9CikmSmAJZMov3Ujh6vG8cghYGvoSq0fmQiUmCYwl G7IQGXKxJsC604zJPnp3ily+EXDYL3qdFBxPrMPENpnKN+hYc+ehYWHW3HvVoOuP 7MzD62Kux3Qnh5ctXEylnac= 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 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