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 sthibaul/hurd-builds updated. glibc-2.26.9000-1195-g4456fa9


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, sthibaul/hurd-builds has been updated
       via  4456fa9a6d739130f1d49a0c0f87a4254d0b31de (commit)
      from  4d292fdd58502f449458b5a43bcc62b705d2bdb9 (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=4456fa9a6d739130f1d49a0c0f87a4254d0b31de

commit 4456fa9a6d739130f1d49a0c0f87a4254d0b31de
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Fri Jan 26 02:22:09 2018 +0100

    Update t/gsync-libc

diff --git a/htl/Makefile b/htl/Makefile
index 29fd8cd..6664549 100644
--- a/htl/Makefile
+++ b/htl/Makefile
@@ -314,15 +314,6 @@ $(addprefix $(objpfx), \
 endif
 
 generated += libpthread_nonshared.a
-
-# Depend on libc.so so a DT_NEEDED is generated in the shared objects.
-# This ensures they will load libc.so for needed symbols if loaded by
-# a statically-linked program that hasn't already loaded it.
-# Depend on ld.so too to get proper versions of ld.so symbols.
-$(objpfx)libpthread.so: $(libc-link.so) $(common-objpfx)libc_nonshared.a \
-			$(if $(filter yes,$(elf)), $(elf-objpfx)/ld.so) \
-			$(common-objpfx)/mach/libmachuser.so \
-			$(common-objpfx)/hurd/libhurduser.so
 endif
 
 ifeq ($(IN_GLIBC),no)
diff --git a/sysdeps/mach/Makefile b/sysdeps/mach/Makefile
index 2fa6698..3e1edb1 100644
--- a/sysdeps/mach/Makefile
+++ b/sysdeps/mach/Makefile
@@ -72,4 +72,6 @@ else ifeq (posix,$(subdir))
   LDLIBS-tst-rfc3484-3 += $(objdir)/mach/libmachuser.so
 endif
 
+LDLIBS-pthread.so += $(objdir)/mach/libmachuser.so
+
 endif	# in-Makerules

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

Summary of changes:
 htl/Makefile          |    9 ---------
 sysdeps/mach/Makefile |    2 ++
 2 files changed, 2 insertions(+), 9 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]