Move remaining nptl/sysdeps/unix/sysv/linux/x86_64/ files.
authorRoland McGrath <roland@hack.frob.com>
Wed, 14 May 2014 19:33:43 +0000 (12:33 -0700)
committerRoland McGrath <roland@hack.frob.com>
Wed, 14 May 2014 19:33:43 +0000 (12:33 -0700)
26 files changed:
ChangeLog
nptl/sysdeps/unix/sysv/linux/x86_64/Implies [deleted file]
sysdeps/unix/sysv/linux/x86_64/cancellation.S [moved from nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S with 100% similarity]
sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S [moved from nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S with 100% similarity]
sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S [moved from nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S with 100% similarity]
sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S [moved from nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S with 100% similarity]
sysdeps/unix/sysv/linux/x86_64/lowlevellock.S [moved from nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S with 100% similarity]
sysdeps/unix/sysv/linux/x86_64/lowlevellock.h [moved from nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h with 100% similarity]
sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S [moved from nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S with 100% similarity]
sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S [moved from nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S with 100% similarity]
sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S [moved from nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S with 100% similarity]
sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S [moved from nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S with 100% similarity]
sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S [moved from nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S with 100% similarity]
sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S [moved from nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S with 100% similarity]
sysdeps/unix/sysv/linux/x86_64/pthread_once.S [moved from nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S with 100% similarity]
sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S [moved from nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S with 100% similarity]
sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S [moved from nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S with 100% similarity]
sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S [moved from nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S with 100% similarity]
sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S [moved from nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S with 100% similarity]
sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S [moved from nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S with 100% similarity]
sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c [moved from nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c with 86% similarity]
sysdeps/unix/sysv/linux/x86_64/sem_post.S [moved from nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S with 100% similarity]
sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S [moved from nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S with 100% similarity]
sysdeps/unix/sysv/linux/x86_64/sem_trywait.S [moved from nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S with 100% similarity]
sysdeps/unix/sysv/linux/x86_64/sem_wait.S [moved from nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S with 100% similarity]
sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h [moved from nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h with 100% similarity]

index d73d5eb..d1f0ac6 100644 (file)
--- 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.
diff --git a/nptl/sysdeps/unix/sysv/linux/x86_64/Implies b/nptl/sysdeps/unix/sysv/linux/x86_64/Implies
deleted file mode 100644 (file)
index ccc7eaa..0000000
+++ /dev/null
@@ -1 +0,0 @@
-unix/sysv/linux/x86
@@ -11,4 +11,4 @@
                                   header.vgetcpu_cache[1])));          \
   } while (0)
 
-#include "../pthread_setaffinity.c"
+#include <sysdeps/unix/sysv/linux/pthread_setaffinity.c>