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-174-gf0f47fa


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  f0f47fa064bec45d40f586def9c0d1a505762b09 (commit)
      from  794bf65aac54e8124b3d019158365d042a4fef43 (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=f0f47fa064bec45d40f586def9c0d1a505762b09

commit f0f47fa064bec45d40f586def9c0d1a505762b09
Author: Ulrich Drepper <drepper@gmail.com>
Date:   Tue Aug 16 12:35:28 2011 -0400

    Avoid warning from last change

diff --git a/elf/dl-open.c b/elf/dl-open.c
index 7c67f74..980c47e 100644
--- a/elf/dl-open.c
+++ b/elf/dl-open.c
@@ -641,7 +641,7 @@ _dl_show_scope (struct link_map *l)
   if (l->l_scope != NULL)
     for (int scope_cnt = 0; l->l_scope[scope_cnt] != NULL; ++scope_cnt)
       {
-	_dl_debug_printf (" scope %lu:", scope_cnt);
+	_dl_debug_printf (" scope %u:", scope_cnt);
 
 	for (unsigned int cnt = 0; cnt < l->l_scope[scope_cnt]->r_nlist; ++cnt)
 	  if (*l->l_scope[scope_cnt]->r_list[cnt]->l_name)

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

Summary of changes:
 elf/dl-open.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]