diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-02-13 09:44:17 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-02-13 09:44:17 +0000 |
commit | d552a4310cc5fec18083fe6bfe9ffa96cfa5df77 (patch) | |
tree | cade81bfad8968a13f4ded858eefcec68f567b9c /ChangeLog | |
parent | a04586d84dadaf9023ad44a26ee2241a09e4499f (diff) | |
download | glibc-d552a4310cc5fec18083fe6bfe9ffa96cfa5df77.tar glibc-d552a4310cc5fec18083fe6bfe9ffa96cfa5df77.tar.gz glibc-d552a4310cc5fec18083fe6bfe9ffa96cfa5df77.tar.bz2 glibc-d552a4310cc5fec18083fe6bfe9ffa96cfa5df77.zip |
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-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |