aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2014-05-14 12:57:21 -0700
committerRoland McGrath <roland@hack.frob.com>2014-05-14 12:57:21 -0700
commit708f08135d93bee02901e1020b7f09548bcd9747 (patch)
tree440d4b1c104082ac0874face414fa92ff4e5d201
parentc96067bce58414214474bb5b42be86ffbf525670 (diff)
downloadglibc-708f08135d93bee02901e1020b7f09548bcd9747.tar
glibc-708f08135d93bee02901e1020b7f09548bcd9747.tar.gz
glibc-708f08135d93bee02901e1020b7f09548bcd9747.tar.bz2
glibc-708f08135d93bee02901e1020b7f09548bcd9747.zip
i386: Remove useless pthread_spin_{init,unlock} wrapper files.
-rw-r--r--ChangeLog3
-rw-r--r--nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c1
-rw-r--r--nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S1
3 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index d1f0ac6b16..aef412e840 100644
--- 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
index 80c0b52165..0000000000
--- a/nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c
+++ /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
index 41c71f348f..0000000000
--- a/nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S
+++ /dev/null
@@ -1 +0,0 @@
-#include <nptl/sysdeps/i386/pthread_spin_unlock.S>