x86_64: Remove useless pthread_spin_{init,unlock} wrapper files.
authorRoland McGrath <roland@hack.frob.com>
Wed, 14 May 2014 17:53:52 +0000 (10:53 -0700)
committerRoland McGrath <roland@hack.frob.com>
Wed, 14 May 2014 17:53:52 +0000 (10:53 -0700)
ChangeLog
nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c [deleted file]
nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S [deleted file]

index 515cdc1..02c09a2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2014-05-14  Roland McGrath  <roland@hack.frob.com>
 
+       * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
+       * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
+
        * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
        * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
        * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
diff --git a/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c b/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c
deleted file mode 100644 (file)
index dc81178..0000000
+++ /dev/null
@@ -1 +0,0 @@
-#include <nptl/sysdeps/x86_64/pthread_spin_init.c>
diff --git a/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S b/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S
deleted file mode 100644 (file)
index 7da1c75..0000000
+++ /dev/null
@@ -1 +0,0 @@
-#include <nptl/sysdeps/x86_64/pthread_spin_unlock.S>