From patchwork Thu Jun 12 22:05:56 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Roland McGrath X-Patchwork-Id: 359340 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 82FB014007C for ; Fri, 13 Jun 2014 08:06:05 +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=RG0SN1cfpeBrmxRizVerIQc8j3q3D4oMVv9K4DRRH78wPm 822T70WaREUatLPWksXLDXH94gM7qK7eY9wc9iZMQSFY8wAor0duIoOoCyqOgkoC D2veRgn7nohnEMkk+czX7o6bzonG55apgbbZ+CIMWYMPWnm3fw8aYYMOrT0YQ= 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=RQH3wawAxBUwEkV4dW5iXBsZ5tQ=; b=idACWqoiHUYx91UbIGc/ 1hqXojbAZ3AUepcm5QPelDk6YxIqlXpdokY71PRD/SF8GZmscsLBcEP/3BYpdbta M+rRTeOgsU6ch345Hssx0TQsW5SoZRFcRO42Y4M7MDE87i+KOyym5nxfc7aS6tql LPtBoYULgTIpRNYKTnZJGE8= Received: (qmail 1731 invoked by alias); 12 Jun 2014 22:05:59 -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 1718 invoked by uid 89); 12 Jun 2014 22:05:58 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 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-sparc] Move SPARC public headers out of nptl/ Message-Id: <20140612220556.25EC52C39BF@topped-with-meat.com> Date: Thu, 12 Jun 2014 15:05:56 -0700 (PDT) X-CMAE-Score: 0 X-CMAE-Analysis: v=2.1 cv=SvUDtp+0 c=1 sm=1 tr=0 a=WkljmVdYkabdwxfqvArNOQ==:117 a=14OXPxybAAAA:8 a=pMecTBAxGRAA:10 a=Z6MIti7PxpgA:10 a=kj9zAlcOel0A:10 a=hOe2yjtxAAAA:8 a=g_zQneoBRshGG63J04AA:9 a=CjuIK1q_8ugA:10 Should not change anything. * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ... * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here. * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ... * sysdeps/sparc/nptl/bits/semaphore.h: ... here. * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ... * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here. diff --git a/nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h b/sysdeps/sparc/nptl/bits/pthreadtypes.h similarity index 100% rename from nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h rename to sysdeps/sparc/nptl/bits/pthreadtypes.h diff --git a/nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h b/sysdeps/sparc/nptl/bits/semaphore.h similarity index 100% rename from nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h rename to sysdeps/sparc/nptl/bits/semaphore.h diff --git a/nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h b/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h similarity index 100% rename from nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h rename to sysdeps/unix/sysv/linux/sparc/bits/local_lim.h