Move S390 code out of nptl/sysdeps/s390/.
authorRoland McGrath <roland@hack.frob.com>
Fri, 13 Jun 2014 23:26:56 +0000 (16:26 -0700)
committerRoland McGrath <roland@hack.frob.com>
Fri, 13 Jun 2014 23:26:56 +0000 (16:26 -0700)
ChangeLog
sysdeps/s390/nptl/Makefile [moved from nptl/sysdeps/s390/Makefile with 100% similarity]
sysdeps/s390/nptl/pthread_spin_init.c [moved from nptl/sysdeps/s390/pthread_spin_init.c with 100% similarity]
sysdeps/s390/nptl/pthread_spin_lock.c [moved from nptl/sysdeps/s390/pthread_spin_lock.c with 100% similarity]
sysdeps/s390/nptl/pthread_spin_trylock.c [moved from nptl/sysdeps/s390/pthread_spin_trylock.c with 100% similarity]
sysdeps/s390/nptl/pthread_spin_unlock.c [moved from nptl/sysdeps/s390/pthread_spin_unlock.c with 100% similarity]
sysdeps/s390/nptl/pthreaddef.h [moved from nptl/sysdeps/s390/pthreaddef.h with 100% similarity]
sysdeps/s390/nptl/tcb-offsets.sym [moved from nptl/sysdeps/s390/tcb-offsets.sym with 100% similarity]
sysdeps/s390/nptl/tls.h [moved from nptl/sysdeps/s390/tls.h with 100% similarity]

index 00eefa4..1f4094e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,22 @@
 2014-06-13  Roland McGrath  <roland@hack.frob.com>
 
+       * 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.
+
        * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
        * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.