about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2014-05-14 12:33:43 -0700
committerRoland McGrath <roland@hack.frob.com>2014-05-14 12:33:43 -0700
commitc96067bce58414214474bb5b42be86ffbf525670 (patch)
treef9513abfd26395bc43c7c62a17256f05230a3ae9 /ChangeLog
parentec136444ca77f7a64e2c3616fc560b6410a767d2 (diff)
downloadglibc-c96067bce58414214474bb5b42be86ffbf525670.tar.gz
glibc-c96067bce58414214474bb5b42be86ffbf525670.tar.xz
glibc-c96067bce58414214474bb5b42be86ffbf525670.zip
Move remaining nptl/sysdeps/unix/sysv/linux/x86_64/ files.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog54
1 files changed, 54 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d73d5eb4eb..d1f0ac6b16 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,59 @@
 2014-05-14  Roland McGrath  <roland@hack.frob.com>
 
+	* nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
+	* nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
+	* sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
+	* nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
+	* sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
+	* nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
+	* sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
+	* nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
+	* sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
+	* nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
+	* sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
+	* nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
+	* sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
+	* nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
+	* sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
+	* nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
+	* sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
+	* nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
+	Moved ...
+	* sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
+	* nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
+	* sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
+	* nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
+	Moved ...
+	* sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
+	* nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
+	* sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
+	* nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
+	* sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
+	* nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
+	* sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
+	* nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
+	Moved ...
+	* sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
+	* nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
+	Moved ...
+	* sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
+	* nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
+	* sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
+	* nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
+	* sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
+	* nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
+	* sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
+	* nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
+	* sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
+	* nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
+	* sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
+	* nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
+	* sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
+	* nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
+	* sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
+	* nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
+	* sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
+
 	* nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
 	* nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
 	* sysdeps/unix/sysv/linux/x86_64/fork.h: New file.