diff options
-rw-r--r-- | ChangeLog | 17 | ||||
-rw-r--r-- | sysdeps/s390/nptl/Makefile (renamed from nptl/sysdeps/s390/Makefile) | 0 | ||||
-rw-r--r-- | sysdeps/s390/nptl/pthread_spin_init.c (renamed from nptl/sysdeps/s390/pthread_spin_init.c) | 0 | ||||
-rw-r--r-- | sysdeps/s390/nptl/pthread_spin_lock.c (renamed from nptl/sysdeps/s390/pthread_spin_lock.c) | 0 | ||||
-rw-r--r-- | sysdeps/s390/nptl/pthread_spin_trylock.c (renamed from nptl/sysdeps/s390/pthread_spin_trylock.c) | 0 | ||||
-rw-r--r-- | sysdeps/s390/nptl/pthread_spin_unlock.c (renamed from nptl/sysdeps/s390/pthread_spin_unlock.c) | 0 | ||||
-rw-r--r-- | sysdeps/s390/nptl/pthreaddef.h (renamed from nptl/sysdeps/s390/pthreaddef.h) | 0 | ||||
-rw-r--r-- | sysdeps/s390/nptl/tcb-offsets.sym (renamed from nptl/sysdeps/s390/tcb-offsets.sym) | 0 | ||||
-rw-r--r-- | sysdeps/s390/nptl/tls.h (renamed from nptl/sysdeps/s390/tls.h) | 0 |
9 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 00eefa44ae..1f4094ee74 100644 --- 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. diff --git a/nptl/sysdeps/s390/Makefile b/sysdeps/s390/nptl/Makefile index f1d18d0c06..f1d18d0c06 100644 --- a/nptl/sysdeps/s390/Makefile +++ b/sysdeps/s390/nptl/Makefile diff --git a/nptl/sysdeps/s390/pthread_spin_init.c b/sysdeps/s390/nptl/pthread_spin_init.c index 988c2197c0..988c2197c0 100644 --- a/nptl/sysdeps/s390/pthread_spin_init.c +++ b/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 index d03bdaf3e2..d03bdaf3e2 100644 --- a/nptl/sysdeps/s390/pthread_spin_lock.c +++ b/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 index 6cfd05d5e0..6cfd05d5e0 100644 --- a/nptl/sysdeps/s390/pthread_spin_trylock.c +++ b/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 index 1da58759cb..1da58759cb 100644 --- a/nptl/sysdeps/s390/pthread_spin_unlock.c +++ b/sysdeps/s390/nptl/pthread_spin_unlock.c diff --git a/nptl/sysdeps/s390/pthreaddef.h b/sysdeps/s390/nptl/pthreaddef.h index b2a7c058e6..b2a7c058e6 100644 --- a/nptl/sysdeps/s390/pthreaddef.h +++ b/sysdeps/s390/nptl/pthreaddef.h diff --git a/nptl/sysdeps/s390/tcb-offsets.sym b/sysdeps/s390/nptl/tcb-offsets.sym index 9cfae211e0..9cfae211e0 100644 --- a/nptl/sysdeps/s390/tcb-offsets.sym +++ b/sysdeps/s390/nptl/tcb-offsets.sym diff --git a/nptl/sysdeps/s390/tls.h b/sysdeps/s390/nptl/tls.h index 1c74efa847..1c74efa847 100644 --- a/nptl/sysdeps/s390/tls.h +++ b/sysdeps/s390/nptl/tls.h |