diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-01-21 14:17:43 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-01-21 14:17:43 +0000 |
commit | 50b65db1ee9a87be6ead950e7cffa4c223e689fd (patch) | |
tree | 28ecfe4141d27f096b12cd3174bbbd5c0b9c3d79 /ChangeLog | |
parent | 1d28e93cabf235de32a594d7b770551a34be0e75 (diff) | |
download | glibc-50b65db1ee9a87be6ead950e7cffa4c223e689fd.zip glibc-50b65db1ee9a87be6ead950e7cffa4c223e689fd.tar.gz glibc-50b65db1ee9a87be6ead950e7cffa4c223e689fd.tar.bz2 |
Update.
1999-01-21 Ulrich Drepper <drepper@cygnus.com>
* elf/dl-close.c: Rewrite the way adding to the global scope works
to handle error cases better than the last change.
The l_global flag is now only set when the object is actually
counted in the global scope list.
* elf/dl-deps.c: Likewise.
* elf/dl-open.c: Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +1999-01-21 Ulrich Drepper <drepper@cygnus.com> + + * elf/dl-close.c: Rewrite the way adding to the global scope works + to handle error cases better than the last change. + The l_global flag is now only set when the object is actually + counted in the global scope list. + * elf/dl-deps.c: Likewise. + * elf/dl-open.c: Likewise. + 1999-01-20 Philip Blundell <pb@nexus.co.uk> * sysdeps/unix/sysv/linux/arm/sigaction.c: New file. |