From: Roland McGrath Date: Fri, 17 Apr 2009 00:00:25 +0000 (+0000) Subject: * elf/rtld.c (dl_main): Really call _dl_sysdep_start_cleanup after all X-Git-Tag: cvs/fedora-glibc-20090424T0747~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57ec644207135b273fefcb8d0bb6c36373cfac24;p=thirdparty%2Fglibc.git * elf/rtld.c (dl_main): Really call _dl_sysdep_start_cleanup after all calls to _dl_relocate_object. --- diff --git a/ChangeLog b/ChangeLog index f0fe59b005c..84b82d31ffd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-04-16 Samuel Thibault + + * elf/rtld.c (dl_main): Really call _dl_sysdep_start_cleanup after all + calls to _dl_relocate_object. + 2009-04-16 Ulrich Drepper [BZ #9957]