aboutsummaryrefslogtreecommitdiff
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
parentec136444ca77f7a64e2c3616fc560b6410a767d2 (diff)
downloadglibc-c96067bce58414214474bb5b42be86ffbf525670.zip
glibc-c96067bce58414214474bb5b42be86ffbf525670.tar.gz
glibc-c96067bce58414214474bb5b42be86ffbf525670.tar.bz2
Move remaining nptl/sysdeps/unix/sysv/linux/x86_64/ files.
-rw-r--r--ChangeLog54
-rw-r--r--nptl/sysdeps/unix/sysv/linux/x86_64/Implies1
-rw-r--r--sysdeps/unix/sysv/linux/x86_64/cancellation.S (renamed from nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S)0
-rw-r--r--sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S (renamed from nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S)0
-rw-r--r--sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S (renamed from nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S)0
-rw-r--r--sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S (renamed from nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S)0
-rw-r--r--sysdeps/unix/sysv/linux/x86_64/lowlevellock.S (renamed from nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S)0
-rw-r--r--sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (renamed from nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h)0
-rw-r--r--sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S (renamed from nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S)0
-rw-r--r--sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S (renamed from nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S)0
-rw-r--r--sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S (renamed from nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S)0
-rw-r--r--sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S (renamed from nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S)0
-rw-r--r--sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S (renamed from nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S)0
-rw-r--r--sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S (renamed from nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S)0
-rw-r--r--sysdeps/unix/sysv/linux/x86_64/pthread_once.S (renamed from nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S)0
-rw-r--r--sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S (renamed from nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S)0
-rw-r--r--sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S (renamed from nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S)0
-rw-r--r--sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S (renamed from nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S)0
-rw-r--r--sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S (renamed from nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S)0
-rw-r--r--sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S (renamed from nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S)0
-rw-r--r--sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c (renamed from nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c)2
-rw-r--r--sysdeps/unix/sysv/linux/x86_64/sem_post.S (renamed from nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S)0
-rw-r--r--sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S (renamed from nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S)0
-rw-r--r--sysdeps/unix/sysv/linux/x86_64/sem_trywait.S (renamed from nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S)0
-rw-r--r--sysdeps/unix/sysv/linux/x86_64/sem_wait.S (renamed from nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S)0
-rw-r--r--sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h (renamed from nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h)0
26 files changed, 55 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index d73d5eb..d1f0ac6 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.
diff --git a/nptl/sysdeps/unix/sysv/linux/x86_64/Implies b/nptl/sysdeps/unix/sysv/linux/x86_64/Implies
deleted file mode 100644
index ccc7eaa..0000000
--- a/nptl/sysdeps/unix/sysv/linux/x86_64/Implies
+++ /dev/null
@@ -1 +0,0 @@
-unix/sysv/linux/x86
diff --git a/nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S b/sysdeps/unix/sysv/linux/x86_64/cancellation.S
index 89fda5e..89fda5e 100644
--- a/nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S
+++ b/sysdeps/unix/sysv/linux/x86_64/cancellation.S
diff --git a/nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S b/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S
index 019e22f..019e22f 100644
--- a/nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S
+++ b/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S
diff --git a/nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S b/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S
index 83e5231..83e5231 100644
--- a/nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S
+++ b/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S
diff --git a/nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S b/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S
index 02892ef..02892ef 100644
--- a/nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S
+++ b/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S
diff --git a/nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S b/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S
index f2dca07..f2dca07 100644
--- a/nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S
+++ b/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S
diff --git a/nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h b/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h
index c13ca08..c13ca08 100644
--- a/nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h
+++ b/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h
diff --git a/nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S b/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S
index 990b6f9..990b6f9 100644
--- a/nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S
+++ b/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S
diff --git a/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S b/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S
index eec17f2..eec17f2 100644
--- a/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S
+++ b/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S
diff --git a/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S b/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S
index 985e0f1..985e0f1 100644
--- a/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S
+++ b/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S
diff --git a/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S b/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S
index 53d65b6..53d65b6 100644
--- a/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S
+++ b/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S
diff --git a/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S b/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S
index 0dc2340..0dc2340 100644
--- a/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S
+++ b/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S
diff --git a/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S b/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S
index 0e61d0a..0e61d0a 100644
--- a/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S
+++ b/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S
diff --git a/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S b/sysdeps/unix/sysv/linux/x86_64/pthread_once.S
index 2cbe2fa..2cbe2fa 100644
--- a/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S
+++ b/sysdeps/unix/sysv/linux/x86_64/pthread_once.S
diff --git a/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S b/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S
index 3bbb4c7..3bbb4c7 100644
--- a/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S
+++ b/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S
diff --git a/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S b/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S
index 40bcc04..40bcc04 100644
--- a/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S
+++ b/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S
diff --git a/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S b/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S
index f57ef52..f57ef52 100644
--- a/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S
+++ b/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S
diff --git a/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S b/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S
index d779f7b..d779f7b 100644
--- a/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S
+++ b/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S
diff --git a/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S b/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S
index e444def..e444def 100644
--- a/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S
+++ b/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S
diff --git a/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c b/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c
index 640d304..a7bbe38 100644
--- a/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c
+++ b/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c
@@ -11,4 +11,4 @@
header.vgetcpu_cache[1]))); \
} while (0)
-#include "../pthread_setaffinity.c"
+#include <sysdeps/unix/sysv/linux/pthread_setaffinity.c>
diff --git a/nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S b/sysdeps/unix/sysv/linux/x86_64/sem_post.S
index 1c11600..1c11600 100644
--- a/nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S
+++ b/sysdeps/unix/sysv/linux/x86_64/sem_post.S
diff --git a/nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S b/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S
index 880610e..880610e 100644
--- a/nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S
+++ b/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S
diff --git a/nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S b/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S
index 1893a34..1893a34 100644
--- a/nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S
+++ b/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S
diff --git a/nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S b/sysdeps/unix/sysv/linux/x86_64/sem_wait.S
index 8f4d068..8f4d068 100644
--- a/nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S
+++ b/sysdeps/unix/sysv/linux/x86_64/sem_wait.S
diff --git a/nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h b/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h
index 83cd25f..83cd25f 100644
--- a/nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h
+++ b/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h