Move S390 code out of nptl/sysdeps/s390/.

This commit is contained in:
Roland McGrath 2014-06-13 16:26:56 -07:00
parent 45193bb814
commit 4004f7e4bf
9 changed files with 17 additions and 0 deletions

View File

@ -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.