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

index d1f0ac6..aef412e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2014-05-14  Roland McGrath  <roland@hack.frob.com>
 
+       * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
+       * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
+
        * 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.
diff --git a/nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c b/nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c
deleted file mode 100644 (file)
index 80c0b52..0000000
+++ /dev/null
@@ -1 +0,0 @@
-#include <nptl/sysdeps/i386/pthread_spin_init.c>
diff --git a/nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S b/nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S
deleted file mode 100644 (file)
index 41c71f3..0000000
+++ /dev/null
@@ -1 +0,0 @@
-#include <nptl/sysdeps/i386/pthread_spin_unlock.S>