diff options
author | Roland McGrath <roland@hack.frob.com> | 2014-06-13 16:26:56 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2014-06-13 16:26:56 -0700 |
commit | 4004f7e4bfbaff1e3de5e7a739eaa777ef4819cd (patch) | |
tree | 2495b8910530d2d1933728a46b45ff0a2cf256c5 /ChangeLog | |
parent | 45193bb8148dd632774362855dc8b9abd71d50e5 (diff) | |
download | glibc-4004f7e4bfbaff1e3de5e7a739eaa777ef4819cd.tar glibc-4004f7e4bfbaff1e3de5e7a739eaa777ef4819cd.tar.gz glibc-4004f7e4bfbaff1e3de5e7a739eaa777ef4819cd.tar.bz2 glibc-4004f7e4bfbaff1e3de5e7a739eaa777ef4819cd.zip |
Move S390 code out of nptl/sysdeps/s390/.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -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. |