From 708f08135d93bee02901e1020b7f09548bcd9747 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 14 May 2014 12:57:21 -0700 Subject: i386: Remove useless pthread_spin_{init,unlock} wrapper files. --- ChangeLog | 3 +++ nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c | 1 - nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S | 1 - 3 files changed, 3 insertions(+), 2 deletions(-) delete mode 100644 nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c delete mode 100644 nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S diff --git a/ChangeLog b/ChangeLog index d1f0ac6b16..aef412e840 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2014-05-14 Roland McGrath + * 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 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 -- cgit 1.4.1