diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-01-09 10:42:33 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-01-09 10:42:33 +0000 |
commit | e145f1cc757e1213c0d5fc51251db6a6f8bd04a0 (patch) | |
tree | e00625d026371d5085c1cb5af253c56af2ee4311 /ChangeLog | |
parent | 29f976542bf6589ebad2ee60b855e01ad3c33016 (diff) | |
download | glibc-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-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |