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-453-gbb7d033


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  bb7d033799b8456c7a8c63cdc969d34b179d8db6 (commit)
      from  4134b50d6789c333707b1861a32314805bd0de5e (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=bb7d033799b8456c7a8c63cdc969d34b179d8db6

commit bb7d033799b8456c7a8c63cdc969d34b179d8db6
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Wed May 21 16:53:11 2014 +0000

    Don't mention linuxthreads in Depend files.
    
    I noticed that some of the Depend files, used to determine the
    subdirectory build order in sysd-sorted, still mentioned linuxthreads,
    although it hasn't been supported for many years.  This patch removes
    those references.  In the case of nscd, it substitutes an nptl
    reference, since I believe there is a fact a thread library dependence
    there; the others already mentioned nptl.
    
    Note that I am not at all confident in the completeness of these
    Depend files.
    
    Note also that references to linuxthreads remain in a comment in
    sysdeps/unix/sysv/linux/ia64/Versions, and in manual/maint.texi,
    manual/signal.texi and scripts/documented.sh.
    
    Tested x86_64 that the installed shared libraries are unchanged by the
    patch (as is sysd-sorted).
    
    	* nscd/Depend (linuxthreads): Remove.
    	(nptl): Add.
    	* resolv/Depend (linuxthreads): Remove.
    	* rt/Depend (linuxthreads): Remove.

diff --git a/ChangeLog b/ChangeLog
index a5a6623..2ad5f7d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
 
+	* nscd/Depend (linuxthreads): Remove.
+	(nptl): Add.
+	* resolv/Depend (linuxthreads): Remove.
+	* rt/Depend (linuxthreads): Remove.
+
 	* Makeconfig [$(build-hardcoded-path-in-tests) = yes]
 	(rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
 	$(common-objpfx)elf/.
diff --git a/nscd/Depend b/nscd/Depend
index fe673ba..6c1aa44 100644
--- a/nscd/Depend
+++ b/nscd/Depend
@@ -1 +1 @@
-linuxthreads
+nptl
diff --git a/resolv/Depend b/resolv/Depend
index 8d2587b..6c1aa44 100644
--- a/resolv/Depend
+++ b/resolv/Depend
@@ -1,2 +1 @@
-linuxthreads
 nptl
diff --git a/rt/Depend b/rt/Depend
index 8d2587b..6c1aa44 100644
--- a/rt/Depend
+++ b/rt/Depend
@@ -1,2 +1 @@
-linuxthreads
 nptl

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

Summary of changes:
 ChangeLog     |    5 +++++
 nscd/Depend   |    2 +-
 resolv/Depend |    1 -
 rt/Depend     |    1 -
 4 files changed, 6 insertions(+), 3 deletions(-)


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]