aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2014-06-12 09:05:54 -0700
committerRoland McGrath <roland@hack.frob.com>2014-06-12 09:05:54 -0700
commit45262aeedf2f56dcd3b30e37630ea85bb4f55603 (patch)
tree726ce7b82a5d652713e514fa2811244fe647e5a7 /ChangeLog
parent35a5e3e338ae17f3d42c60a708763c5d498fb840 (diff)
downloadglibc-45262aeedf2f56dcd3b30e37630ea85bb4f55603.zip
glibc-45262aeedf2f56dcd3b30e37630ea85bb4f55603.tar.gz
glibc-45262aeedf2f56dcd3b30e37630ea85bb4f55603.tar.bz2
Move SH code out of nptl/ subdirectory.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog68
1 files changed, 68 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1b68480..606a889 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,71 @@
+2014-06-12 Roland McGrath <roland@hack.frob.com>
+
+ * sysdeps/sh/Makefile [$(subdir) = csu]
+ (gen-as-const-headers): Add tcb-offsets.sym.
+ * nptl/sysdeps/sh/Makefile: File removed.
+ * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
+ * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
+ * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
+ * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
+ * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
+ * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
+ * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
+ * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
+ * nptl/sysdeps/sh/pthreaddef.h: Moved ...
+ * sysdeps/sh/nptl/pthreaddef.h: ... here.
+ * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
+ * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
+ * nptl/sysdeps/sh/tls.h: Moved ...
+ * sysdeps/sh/nptl/tls.h: ... here.
+ * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
+ * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
+ * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
+ * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
+ * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
+ * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
+ * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
+ * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
+ * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
+ * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
+ * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
+ * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
+ * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
+ * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
+ * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
+ * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
+ * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
+ * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
+ * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
+ * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
+ * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
+ * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
+ * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
+ * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
+ * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
+ Moved ...
+ * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
+ * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
+ Moved ...
+ * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
+ * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
+ * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
+ * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
+ * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
+ * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
+ * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
+ * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
+ * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
+ * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
+ * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
+ * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
+ * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
+ * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
+ * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
+ * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
+ * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
+ * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
+ * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
+
2014-06-12 Stefan Liebler <stli@linux.vnet.ibm.com>
* posix/spawn_faction_addopen.c: Include string.h.