From patchwork Thu Jun 12 21:39:35 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Roland McGrath X-Patchwork-Id: 1481 Received: (qmail 13078 invoked by alias); 12 Jun 2014 21:39: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 13054 invoked by uid 89); 12 Jun 2014 21:39:38 -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-s390] Move S390 code out of nptl/sysdeps/s390/. Message-Id: <20140612213935.9516C2C39BF@topped-with-meat.com> Date: Thu, 12 Jun 2014 14:39:35 -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=_DK2mu0xEBsA:10 a=Z6MIti7PxpgA:10 a=kj9zAlcOel0A:10 a=hOe2yjtxAAAA:8 a=vMRPLs3mI66I8C1DEtYA:9 a=CjuIK1q_8ugA:10 Not tested at all, but this should not change anything. Note it presumes the previously-posted patches on the same branch. Thanks, Roland * nptl/sysdeps/s390/Makefile: Moved ... * sysdeps/s390/nptl/Makefile: ... here. * nptl/sysdeps/s390/pthread_spin_init.c: Moved ... * sysdeps/s390/nptl/pthread_spin_init.c: ... here. * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ... * sysdeps/s390/nptl/pthread_spin_lock.c: ... here. * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ... * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here. * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ... * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here. * nptl/sysdeps/s390/pthreaddef.h: Moved ... * sysdeps/s390/nptl/pthreaddef.h: ... here. * nptl/sysdeps/s390/tcb-offsets.sym: Moved ... * sysdeps/s390/nptl/tcb-offsets.sym: ... here. * nptl/sysdeps/s390/tls.h: Moved ... * sysdeps/s390/nptl/tls.h: ... here. diff --git a/nptl/sysdeps/s390/Makefile b/sysdeps/s390/nptl/Makefile similarity index 100% rename from nptl/sysdeps/s390/Makefile rename to sysdeps/s390/nptl/Makefile diff --git a/nptl/sysdeps/s390/pthread_spin_init.c b/sysdeps/s390/nptl/pthread_spin_init.c similarity index 100% rename from nptl/sysdeps/s390/pthread_spin_init.c rename to sysdeps/s390/nptl/pthread_spin_init.c diff --git a/nptl/sysdeps/s390/pthread_spin_lock.c b/sysdeps/s390/nptl/pthread_spin_lock.c similarity index 100% rename from nptl/sysdeps/s390/pthread_spin_lock.c rename to sysdeps/s390/nptl/pthread_spin_lock.c diff --git a/nptl/sysdeps/s390/pthread_spin_trylock.c b/sysdeps/s390/nptl/pthread_spin_trylock.c similarity index 100% rename from nptl/sysdeps/s390/pthread_spin_trylock.c rename to sysdeps/s390/nptl/pthread_spin_trylock.c diff --git a/nptl/sysdeps/s390/pthread_spin_unlock.c b/sysdeps/s390/nptl/pthread_spin_unlock.c similarity index 100% rename from nptl/sysdeps/s390/pthread_spin_unlock.c rename to sysdeps/s390/nptl/pthread_spin_unlock.c diff --git a/nptl/sysdeps/s390/pthreaddef.h b/sysdeps/s390/nptl/pthreaddef.h similarity index 100% rename from nptl/sysdeps/s390/pthreaddef.h rename to sysdeps/s390/nptl/pthreaddef.h diff --git a/nptl/sysdeps/s390/tcb-offsets.sym b/sysdeps/s390/nptl/tcb-offsets.sym similarity index 100% rename from nptl/sysdeps/s390/tcb-offsets.sym rename to sysdeps/s390/nptl/tcb-offsets.sym diff --git a/nptl/sysdeps/s390/tls.h b/sysdeps/s390/nptl/tls.h similarity index 100% rename from nptl/sysdeps/s390/tls.h rename to sysdeps/s390/nptl/tls.h