From patchwork Sat Jun 21 02:08:15 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Roland McGrath X-Patchwork-Id: 362400 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 EBC2E14008B for ; Sat, 21 Jun 2014 12:08:32 +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=k+ADa2gHz0R2xM2ujStAEPwNGpTYwjJqM8gzfIORrZrmgd XXAZjcA1T4Goj1bI7pGEEto9zMi4I39W9OylP5dMFfLB2TlRzm3+KraB/fNoMcw3 oKTJv43oHuQgcPhCWL4UGUbN++lH76MRTsHc9ioOKf5Q6B6acO3ZjjVb3R8rE= 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=UKjRO8yRG42IP66J8CpZpsQ3h3M=; b=O9CCstnadvHQaUyVsrwh S1e8SJO9/JukhhhsexG1QJGk7Ye0AP6UdnJsidsQwPeArNmskcFXz7qgNTTvJrvI P2/GoOoPHymVHtrzCIlP15rfNvK0nlNergtAcf2Q2ZR2oIY+XWFX3Pb66C0dhiIO JwdNMqIz1VlpFOY/XomGIbI= Received: (qmail 32380 invoked by alias); 21 Jun 2014 02:08:21 -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 32363 invoked by uid 89); 21 Jun 2014 02:08:18 -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-microblaze] MicroBlaze: Move NPTL public headers to sysdeps/microblaze/nptl/. Message-Id: <20140621020815.784182C39A9@topped-with-meat.com> Date: Fri, 20 Jun 2014 19:08:15 -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=verff5gBThQA:10 a=Z6MIti7PxpgA:10 a=kj9zAlcOel0A:10 a=hOe2yjtxAAAA:8 a=yLthNG_VelU7deZ-cKIA:9 a=CjuIK1q_8ugA:10 This should not change anything, but I haven't tested it. OK? Thanks, Roland * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h: Moved ... * sysdeps/microblaze/nptl/bits/pthreadtypes.h: ... here. * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: Moved ... * sysdeps/microblaze/nptl/bits/semaphore.h: ... here. diff --git a/sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h b/sysdeps/microblaze/nptl/bits/pthreadtypes.h similarity index 100% rename from sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h rename to sysdeps/microblaze/nptl/bits/pthreadtypes.h diff --git a/sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h b/sysdeps/microblaze/nptl/bits/semaphore.h similarity index 100% rename from sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h rename to sysdeps/microblaze/nptl/bits/semaphore.h