From: Adhemerval Zanella Date: Thu, 12 Jun 2014 14:32:53 +0000 (-0500) Subject: PowerPC: Move powerpc code out of nptl/ subdirectory X-Git-Tag: glibc-2.20~315 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=556f529dabd3aa57ae1b40a1a5c8d5cc162d4104;p=thirdparty%2Fglibc.git PowerPC: Move powerpc code out of nptl/ subdirectory --- diff --git a/ChangeLog b/ChangeLog index 98a144596bd..9ebf711103c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2014-06-17 Adhemerval Zanella + + * nptl/sysdeps/powerpc/Makefile: Moved ... + * sysdeps/powerpc/nptl/Makefile: ... here. + * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ... + * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here. + * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ... + * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here. + * nptl/sysdeps/powerpc/pthreaddef.h: Moved ... + * sysdeps/powerpc/nptl/pthreaddef.h: ... here. + * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ... + * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here. + * nptl/sysdeps/powerpc/tls.h: Moved ... + * sysdeps/powerpc/nptl/tls.h: ... here. + 2014-06-16 Joseph Myers [BZ #16681] diff --git a/nptl/sysdeps/powerpc/Makefile b/sysdeps/powerpc/nptl/Makefile similarity index 100% rename from nptl/sysdeps/powerpc/Makefile rename to sysdeps/powerpc/nptl/Makefile diff --git a/nptl/sysdeps/powerpc/pthread_spin_lock.c b/sysdeps/powerpc/nptl/pthread_spin_lock.c similarity index 100% rename from nptl/sysdeps/powerpc/pthread_spin_lock.c rename to sysdeps/powerpc/nptl/pthread_spin_lock.c diff --git a/nptl/sysdeps/powerpc/pthread_spin_trylock.c b/sysdeps/powerpc/nptl/pthread_spin_trylock.c similarity index 100% rename from nptl/sysdeps/powerpc/pthread_spin_trylock.c rename to sysdeps/powerpc/nptl/pthread_spin_trylock.c diff --git a/nptl/sysdeps/powerpc/pthreaddef.h b/sysdeps/powerpc/nptl/pthreaddef.h similarity index 100% rename from nptl/sysdeps/powerpc/pthreaddef.h rename to sysdeps/powerpc/nptl/pthreaddef.h diff --git a/nptl/sysdeps/powerpc/tcb-offsets.sym b/sysdeps/powerpc/nptl/tcb-offsets.sym similarity index 100% rename from nptl/sysdeps/powerpc/tcb-offsets.sym rename to sysdeps/powerpc/nptl/tcb-offsets.sym diff --git a/nptl/sysdeps/powerpc/tls.h b/sysdeps/powerpc/nptl/tls.h similarity index 100% rename from nptl/sysdeps/powerpc/tls.h rename to sysdeps/powerpc/nptl/tls.h