aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-02-13 09:44:17 +0000
committerUlrich Drepper <drepper@redhat.com>2002-02-13 09:44:17 +0000
commitd552a4310cc5fec18083fe6bfe9ffa96cfa5df77 (patch)
treecade81bfad8968a13f4ded858eefcec68f567b9c /ChangeLog
parenta04586d84dadaf9023ad44a26ee2241a09e4499f (diff)
downloadglibc-d552a4310cc5fec18083fe6bfe9ffa96cfa5df77.zip
glibc-d552a4310cc5fec18083fe6bfe9ffa96cfa5df77.tar.gz
glibc-d552a4310cc5fec18083fe6bfe9ffa96cfa5df77.tar.bz2
Update.
* elf/dl-open.c (dl_open_worker): Only bump the generation counter if this is really necessary.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bcc868f..3741e02 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2002-02-13 Ulrich Drepper <drepper@redhat.com>
+ * elf/dl-open.c (dl_open_worker): Only bump the generation counter
+ if this is really necessary.
+
* elf/dl-close.c (_dl_close): Implement freeing entries in the
slotinfo array.
(free_mem): Free memory for the slotinfo array if possible.