aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2005-01-09 10:42:33 +0000
committerUlrich Drepper <drepper@redhat.com>2005-01-09 10:42:33 +0000
commite145f1cc757e1213c0d5fc51251db6a6f8bd04a0 (patch)
treee00625d026371d5085c1cb5af253c56af2ee4311 /ChangeLog
parent29f976542bf6589ebad2ee60b855e01ad3c33016 (diff)
downloadglibc-e145f1cc757e1213c0d5fc51251db6a6f8bd04a0.tar
glibc-e145f1cc757e1213c0d5fc51251db6a6f8bd04a0.tar.gz
glibc-e145f1cc757e1213c0d5fc51251db6a6f8bd04a0.tar.bz2
glibc-e145f1cc757e1213c0d5fc51251db6a6f8bd04a0.zip
Update.
* elf/dl-fini.c (_dl_fini): Call destructors of audit DSOs after those of all the regular objects.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bd563f9aa4..927e117981 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2005-01-09 Ulrich Drepper <drepper@redhat.com>
+ * elf/dl-fini.c (_dl_fini): Call destructors of audit DSOs after
+ those of all the regular objects.
+
* elf/dl-debug.c (_dl_debug_initialize): Take extra parameter and
use it to select the r_debug structure for that namespace.
* elf/dl-close.c (_dl_close): Adjust call to _dl_debug_initialize.