aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-12-30 21:24:18 +0000
committerUlrich Drepper <drepper@redhat.com>2002-12-30 21:24:18 +0000
commitf7a0ea26ea79bc86a5fce32551ea0b06a31528fe (patch)
treecc87c0127f5a8e9a5817620c200be8a5df4367d7 /ChangeLog
parent30bac498ccb90e92f3dc3d237796fda4c428cfcc (diff)
downloadglibc-f7a0ea26ea79bc86a5fce32551ea0b06a31528fe.zip
glibc-f7a0ea26ea79bc86a5fce32551ea0b06a31528fe.tar.gz
glibc-f7a0ea26ea79bc86a5fce32551ea0b06a31528fe.tar.bz2
Update.
* elf/dl-close.c (_dl_close): Handle relocation dependencies among the to-be-deleted objects right away instead of later separately. The latter fails because the scope data structures of the DSO might already have gone.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9aa7138..adbc4fb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,11 @@
2002-12-30 Ulrich Drepper <drepper@redhat.com>
+ * elf/dl-close.c (_dl_close): Handle relocation dependencies among
+ the to-be-deleted objects right away instead of later separately.
+ The latter fails because the scope data structures of the DSO
+ might already have gone.
+
* elf/Makefile: Add rules to build and run reldep8 test.
* elf/reldep8.c: New file.
* elf/reldep8mod1.c: New file.