diff options
author | Roland McGrath <roland@gnu.org> | 2009-04-17 00:00:25 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2009-04-17 00:00:25 +0000 |
commit | 57ec644207135b273fefcb8d0bb6c36373cfac24 (patch) | |
tree | 3e883079c491e36a5e15b7268274594bbc611d6e /ChangeLog | |
parent | bf8523c867afa489adf97541c6cd7b0df3e1925d (diff) | |
download | glibc-57ec644207135b273fefcb8d0bb6c36373cfac24.tar glibc-57ec644207135b273fefcb8d0bb6c36373cfac24.tar.gz glibc-57ec644207135b273fefcb8d0bb6c36373cfac24.tar.bz2 glibc-57ec644207135b273fefcb8d0bb6c36373cfac24.zip |
* elf/rtld.c (dl_main): Really call _dl_sysdep_start_cleanup after all
calls to _dl_relocate_object.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2009-04-16 Samuel Thibault <samuel.thibault@ens-lyon.org> + + * elf/rtld.c (dl_main): Really call _dl_sysdep_start_cleanup after all + calls to _dl_relocate_object. + 2009-04-16 Ulrich Drepper <drepper@redhat.com> [BZ #9957] |