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.27.9000-144-g1a2f44a


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  1a2f44a848663036c8a14671fe0faa3fed0b2a25 (commit)
      from  bd60ce86520b781ca24b99b2555e2ad389bbfeaa (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=1a2f44a848663036c8a14671fe0faa3fed0b2a25

commit 1a2f44a848663036c8a14671fe0faa3fed0b2a25
Author: Florian Weimer <fweimer@redhat.com>
Date:   Thu Mar 1 12:53:09 2018 +0100

    nptl: Drop libpthread_nonshared.a from libpthread.so
    
    Fixes commit bd60ce86520b781ca24b99b2555e2ad389bbfeaa (nptl: Move
    pthread_atfork to libc_nonshared.a).

diff --git a/ChangeLog b/ChangeLog
index aab581a..c8f0bc3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2018-03-01  Florian Weimer  <fweimer@redhat.com>
 
+	* nptl/Makefile (libpthread.so): Drop libpthread_nonshared.a
+	reference.
+
+2018-03-01  Florian Weimer  <fweimer@redhat.com>
+
 	Move pthread_atfork to libc.  Remove libpthread_nonshared.a.
 	* nptl/Makefile (routines): Add pthread_atfork.
 	(static-only-routines): Set to pthread_atfork.
diff --git a/nptl/Makefile b/nptl/Makefile
index ba586c2..e18f9a6 100644
--- a/nptl/Makefile
+++ b/nptl/Makefile
@@ -488,7 +488,6 @@ $(inst_libdir)/libpthread.so: $(common-objpfx)format.lds \
 	 echo '   the static library, so try that secondarily.  */';\
 	 cat $<; \
 	 echo 'GROUP ( $(slibdir)/libpthread.so$(libpthread.so-version)' \
-	      '$(libdir)/$(patsubst %,$(libtype.oS),$(libprefix)pthread)'\
 	      ')' \
 	) > $@.new
 	mv -f $@.new $@

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

Summary of changes:
 ChangeLog     |    5 +++++
 nptl/Makefile |    1 -
 2 files changed, 5 insertions(+), 1 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]