diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-01-11 19:42:21 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-01-11 19:42:21 +0000 |
commit | 7e36861e77d7edde557ebf1172271e922c9a51ff (patch) | |
tree | 86c517e9026f21bdea117f9eaf8c1c38c0615f15 /ChangeLog | |
parent | 3bbddbe4a37ebd5e015fea42065db59966444224 (diff) | |
download | glibc-7e36861e77d7edde557ebf1172271e922c9a51ff.zip glibc-7e36861e77d7edde557ebf1172271e922c9a51ff.tar.gz glibc-7e36861e77d7edde557ebf1172271e922c9a51ff.tar.bz2 |
Update.
2001-01-11 H.J. Lu <hjl@gnu.org>
* elf/dl-libc.c (do_dlopen): Move DL_STATIC_INIT to ...
* elf/dl-open.c (_dl_open): Here.
* sysdeps/unix/sysv/linux/ia64/dl-static.c (_dl_static_lock):
Make it static.
(_dl_static_init): Initialize the variables every time when possible.
* sysdeps/unix/sysv/linux/ia64/ldsodefs.h (DL_STATIC_INIT):
Undefine it first.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2001-01-11 H.J. Lu <hjl@gnu.org> + + * elf/dl-libc.c (do_dlopen): Move DL_STATIC_INIT to ... + * elf/dl-open.c (_dl_open): Here. + * sysdeps/unix/sysv/linux/ia64/dl-static.c (_dl_static_lock): + Make it static. + (_dl_static_init): Initialize the variables every time when possible. + * sysdeps/unix/sysv/linux/ia64/ldsodefs.h (DL_STATIC_INIT): + Undefine it first. + 2001-01-11 Ulrich Drepper <drepper@redhat.com> * stdlib/Makefile (routines): Add cxa_on_exit. |