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.22-558-gd1e815e


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  d1e815ed25625c1412ffcd9ceaf7c860c69dbf40 (commit)
      from  6e45e6ef4de173f8b94de07f9522c35fc230151c (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=d1e815ed25625c1412ffcd9ceaf7c860c69dbf40

commit d1e815ed25625c1412ffcd9ceaf7c860c69dbf40
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Wed Nov 25 02:48:22 2015 +0100

    Revert not defining NO_HIDDEN on hurd
    
           * sysdeps/mach/hurd/configure.ac (NO_HIDDEN): Define.
           * sysdeps/mach/hurd/configure: Regenerate.

diff --git a/ChangeLog b/ChangeLog
index 8a7e96b..77bf20f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -21,8 +21,6 @@
 	(__nanosleep): Rename to __libc_nanosleep.
 	(__nanosleep): Add weak_alias.
 	(nanosleep): Update alias.
-	* sysdeps/mach/hurd/configure.ac (NO_HIDDEN): Do not define.
-	* sysdeps/mach/hurd/configure: Regenerate.
 
 2015-11-24  Joseph Myers  <joseph@codesourcery.com>
 
diff --git a/sysdeps/mach/hurd/configure b/sysdeps/mach/hurd/configure
index dc43144..3d155a4 100644
--- a/sysdeps/mach/hurd/configure
+++ b/sysdeps/mach/hurd/configure
@@ -1,5 +1,8 @@
 # This file is generated from configure.ac by Autoconf.  DO NOT EDIT!
 
+$as_echo "#define NO_HIDDEN 1" >>confdefs.h
+
+
 if test -n "$sysheaders"; then
   OLD_CPPFLAGS=$CPPFLAGS
   CPPFLAGS="$CPPFLAGS $SYSINCLUDES"
diff --git a/sysdeps/mach/hurd/configure.ac b/sysdeps/mach/hurd/configure.ac
index 4e7e260..af9a9ea 100644
--- a/sysdeps/mach/hurd/configure.ac
+++ b/sysdeps/mach/hurd/configure.ac
@@ -1,5 +1,8 @@
 GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
 
+dnl We need this setting because of the need for PLT calls in ld.so.
+AC_DEFINE([NO_HIDDEN])
+
 if test -n "$sysheaders"; then
   OLD_CPPFLAGS=$CPPFLAGS
   CPPFLAGS="$CPPFLAGS $SYSINCLUDES"

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

Summary of changes:
 ChangeLog                      |    2 --
 sysdeps/mach/hurd/configure    |    3 +++
 sysdeps/mach/hurd/configure.ac |    3 +++
 3 files changed, 6 insertions(+), 2 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]