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.14-193-g5dc4290


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  5dc4290c5b587c9b1fa960588a83c8d6a63ce43b (commit)
       via  001f0a6c7cf36af3ac486ffcf13963939c7ce060 (commit)
      from  65413e759a35f4294e5295c872b68716b109a34a (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://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=5dc4290c5b587c9b1fa960588a83c8d6a63ce43b

commit 5dc4290c5b587c9b1fa960588a83c8d6a63ce43b
Merge: 001f0a6 65413e7
Author: Ulrich Drepper <drepper@gmail.com>
Date:   Sat Aug 20 15:17:30 2011 -0400

    Merge branch 'master' of ssh://sourceware.org/git/glibc


http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=001f0a6c7cf36af3ac486ffcf13963939c7ce060

commit 001f0a6c7cf36af3ac486ffcf13963939c7ce060
Author: Ulrich Drepper <drepper@gmail.com>
Date:   Sat Aug 20 15:16:42 2011 -0400

    Print message that there is no scope instead of being silent

diff --git a/ChangeLog b/ChangeLog
index 84378d1..ca38ec3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,7 @@
 	* elf/dl-open.c (add_to_global): Report additions to the global scope
 	for LD_DEBUG=scopes.
 	(dl_open_worker): Also print scope of newly loaded dependencies.
+	(_dl_show_scope): Indicate if there is no scope.
 
 	[BZ #13114]
 	* stdio-common/Makefile (tests): Add bug24.
diff --git a/elf/dl-open.c b/elf/dl-open.c
index 865490d..a0b5c50 100644
--- a/elf/dl-open.c
+++ b/elf/dl-open.c
@@ -661,6 +661,8 @@ _dl_show_scope (struct link_map *l, int from)
 
 	_dl_debug_printf_c ("\n");
       }
+  else
+    _dl_debug_printf (" no scope\n");
   _dl_debug_printf ("\n");
 }
 

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

Summary of changes:
 ChangeLog     |    1 +
 elf/dl-open.c |    2 ++
 2 files changed, 3 insertions(+), 0 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]