]> sourceware.org Git - glibc.git/commitdiff
PowerPC: Move powerpc code out of nptl/ subdirectory
authorAdhemerval Zanella <azanella@linux.vnet.ibm.com>
Thu, 12 Jun 2014 14:32:53 +0000 (09:32 -0500)
committerAdhemerval Zanella <azanella@linux.vnet.ibm.com>
Tue, 17 Jun 2014 12:54:22 +0000 (07:54 -0500)
ChangeLog
sysdeps/powerpc/nptl/Makefile [moved from nptl/sysdeps/powerpc/Makefile with 100% similarity]
sysdeps/powerpc/nptl/pthread_spin_lock.c [moved from nptl/sysdeps/powerpc/pthread_spin_lock.c with 100% similarity]
sysdeps/powerpc/nptl/pthread_spin_trylock.c [moved from nptl/sysdeps/powerpc/pthread_spin_trylock.c with 100% similarity]
sysdeps/powerpc/nptl/pthreaddef.h [moved from nptl/sysdeps/powerpc/pthreaddef.h with 100% similarity]
sysdeps/powerpc/nptl/tcb-offsets.sym [moved from nptl/sysdeps/powerpc/tcb-offsets.sym with 100% similarity]
sysdeps/powerpc/nptl/tls.h [moved from nptl/sysdeps/powerpc/tls.h with 100% similarity]

index 98a144596bd4e411b7d4ab2536261e6d8e82348a..9ebf711103c509892ef3daf4e29fa371b9d5ea05 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
+
+       * 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  <joseph@codesourcery.com>
 
        [BZ #16681]
This page took 0.128294 seconds and 5 git commands to generate.