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-161-g07df30d


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  07df30d99565f1b4dd6d9abf4a1c169bbd9aa3be (commit)
      from  9ac533d31bae9b814a0c84b279db422005d1c9fd (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=07df30d99565f1b4dd6d9abf4a1c169bbd9aa3be

commit 07df30d99565f1b4dd6d9abf4a1c169bbd9aa3be
Author: Ulrich Drepper <drepper@gmail.com>
Date:   Fri Aug 12 13:32:10 2011 -0400

    Better check for last patch
    
    Don't indicate that dependencies of dynamically loaded objects are
    also dynamically loaded.

diff --git a/elf/dl-load.c b/elf/dl-load.c
index ec700c4..24b3359 100644
--- a/elf/dl-load.c
+++ b/elf/dl-load.c
@@ -2094,7 +2094,7 @@ _dl_map_object (struct link_map *loader, const char *name,
   /* Display information if we are debugging.  */
   if (__builtin_expect (GLRO(dl_debug_mask) & DL_DEBUG_FILES, 0)
       && loader != NULL)
-    _dl_debug_printf ((mode & __RTLD_DLOPEN) == 0
+    _dl_debug_printf ((mode & __RTLD_CALLMAP) == 0
 		      ? "\nfile=%s [%lu];  needed by %s [%lu]\n"
 		      : "\nfile=%s [%lu];  dynamically loaded by %s [%lu]\n",
 		      name, nsid, loader->l_name[0]

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

Summary of changes:
 elf/dl-load.c |    2 +-
 1 files changed, 1 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]