]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Revert unwanted patch
authorUlrich Drepper <drepper@gmail.com>
Tue, 21 Jun 2011 16:40:22 +0000 (12:40 -0400)
committerUlrich Drepper <drepper@gmail.com>
Tue, 21 Jun 2011 16:40:22 +0000 (12:40 -0400)
elf/dl-close.c

index 6f8d9d2c80b36a16a9180f9a970227e74f4aaf96..229e288ef6a9a7df605d96c4cf3a06d0c0b2ac66 100644 (file)
@@ -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.  */