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-407-g4c68138


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  4c68138bc4f9ef602636767bb0373583b3556ba2 (commit)
      from  4eaae765170c09ba7738de0c7617b8847ae0ab82 (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=4c68138bc4f9ef602636767bb0373583b3556ba2

commit 4c68138bc4f9ef602636767bb0373583b3556ba2
Author: Roland McGrath <roland@hack.frob.com>
Date:   Wed May 14 10:53:52 2014 -0700

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

diff --git a/ChangeLog b/ChangeLog
index 515cdc1..02c09a2 100644
--- 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
index dc81178..0000000
--- a/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c
+++ /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
index 7da1c75..0000000
--- a/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S
+++ /dev/null
@@ -1 +0,0 @@
-#include <nptl/sysdeps/x86_64/pthread_spin_unlock.S>

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

Summary of changes:
 ChangeLog                                          |    3 +++
 .../unix/sysv/linux/x86_64/pthread_spin_init.c     |    1 -
 .../unix/sysv/linux/x86_64/pthread_spin_unlock.S   |    1 -
 3 files changed, 3 insertions(+), 2 deletions(-)
 delete mode 100644 nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c
 delete mode 100644 nptl/sysdeps/unix/sysv/linux/x86_64/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]