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-32-gb36b153


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  b36b153d5deb8fad8490b2544d416b24c9be922d (commit)
      from  75d39ff2124ae8cdee6f9b1788acf8be53b76a20 (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=b36b153d5deb8fad8490b2544d416b24c9be922d

commit b36b153d5deb8fad8490b2544d416b24c9be922d
Author: Ulrich Drepper <drepper@gmail.com>
Date:   Tue Jun 21 12:40:22 2011 -0400

    Revert unwanted patch

diff --git a/elf/dl-close.c b/elf/dl-close.c
index 6f8d9d2..229e288 100644
--- a/elf/dl-close.c
+++ b/elf/dl-close.c
@@ -123,15 +123,12 @@ _dl_close_worker (struct link_map *map)
 	{
 	  if (map->l_type == lt_loaded)
 	    dl_close_state = rerun;
-#if 1
-	  else if (map->l_type == lt_library && map->l_initfini != map->l_orig_initfini)
+	  else if (map->l_type == lt_library)
 	    {
 	      struct link_map **oldp = map->l_initfini;
 	      map->l_initfini = map->l_orig_initfini;
- _dl_printf("aaa\n");
 	      _dl_scope_free (oldp);
 	    }
-#endif
 	}
 
       /* There are still references to this object.  Do nothing more.  */

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

Summary of changes:
 elf/dl-close.c |    5 +----
 1 files changed, 1 insertions(+), 4 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]