From patchwork Tue May 13 23:01:36 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Roland McGrath X-Patchwork-Id: 348542 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 42088140085 for ; Wed, 14 May 2014 09:01: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=As7IcMbUdH2uXQw4iZeRx1ZugJmeup4ATRGa9NoCaqe08G p4/M0wab5kHoSGSdg4AnmQoNpKvuKHc7FAkmcptHxYFBam2GP1plJKZ8J3cOImVK 5MO6AatceU6gzMG84fS21O0Mdz567wNl+ysMnMSP4bYV5CvMb8xk5ca9s6EOE= 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=2RxqZ5ELuR5oLtMpuutreHwNOXw=; b=P8fqIOSV2vtOhB8rpw6x AsQyvqVaILTfeKgXiZ5voCUiR80IVPnpwIIiQ5jsrwisru7ixE9LLIQXZ577J2pz zEhi23jcs2Odc33TTm39fuO6rixt39SMzBFlLHV9Ns30mObD0K0j0Fdgi21/+OVO /VIVEwwEUBgVoOZBfX4LMLU= Received: (qmail 3651 invoked by alias); 13 May 2014 23:01:39 -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 3626 invoked by uid 89); 13 May 2014 23:01:39 -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 x86 to sysdeps/x86/nptl/. Message-Id: <20140513230136.6627D2C397B@topped-with-meat.com> Date: Tue, 13 May 2014 16:01:36 -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=nLLPX4xFiVEA:10 a=Z6MIti7PxpgA:10 a=kj9zAlcOel0A:10 a=hOe2yjtxAAAA:8 a=zn2j7M_ubWCS7zkZjz4A:9 a=CjuIK1q_8ugA:10 Note this change requires forcing a re-run of configure, e.g.: ./config.status --recheck before running make. That's because it adds new sysdeps directories and requires redoing the selection algorithm, but it doesn't touch any file that the makefiles know should force re-running configure. Tested x86_64-linux-gnu and i686-linux-gnu. I'll commit this in a day or two if nobody objects. Thanks, Roland 2014-05-13 Roland McGrath * sysdeps/i386/nptl/Implies: New file. * sysdeps/x86_64/nptl/Implies: New file. * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ... * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here. * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ... * sysdeps/x86/nptl/bits/semaphore.h: ... here. diff --git a/sysdeps/i386/nptl/Implies b/sysdeps/i386/nptl/Implies new file mode 100644 index 0000000..e454b28 --- /dev/null +++ b/sysdeps/i386/nptl/Implies @@ -0,0 +1 @@ +x86/nptl diff --git a/nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h b/sysdeps/x86/nptl/bits/pthreadtypes.h similarity index 100% rename from nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h rename to sysdeps/x86/nptl/bits/pthreadtypes.h diff --git a/nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h b/sysdeps/x86/nptl/bits/semaphore.h similarity index 100% rename from nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h rename to sysdeps/x86/nptl/bits/semaphore.h diff --git a/sysdeps/x86_64/nptl/Implies b/sysdeps/x86_64/nptl/Implies new file mode 100644 index 0000000..e454b28 --- /dev/null +++ b/sysdeps/x86_64/nptl/Implies @@ -0,0 +1 @@ +x86/nptl