This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch master updated. glibc-2.19-412-g708f081


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  708f08135d93bee02901e1020b7f09548bcd9747 (commit)
      from  c96067bce58414214474bb5b42be86ffbf525670 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=708f08135d93bee02901e1020b7f09548bcd9747

commit 708f08135d93bee02901e1020b7f09548bcd9747
Author: Roland McGrath <roland@hack.frob.com>
Date:   Wed May 14 12:57:21 2014 -0700

    i386: Remove useless pthread_spin_{init,unlock} wrapper files.

diff --git a/ChangeLog b/ChangeLog
index d1f0ac6..aef412e 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 80c0b52..0000000
--- 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 41c71f3..0000000
--- a/nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S
+++ /dev/null
@@ -1 +0,0 @@
-#include <nptl/sysdeps/i386/pthread_spin_unlock.S>

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                                          |    3 +++
 .../unix/sysv/linux/i386/pthread_spin_init.c       |    1 -
 .../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


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]