diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-02-27 17:59:27 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-02-27 17:59:27 +0000 |
commit | ba9fcb3f411a46085b82fc3352b858e04f66a19c (patch) | |
tree | 77a46e1f7768cf3184bdc64d914ebba8b4732f81 /ChangeLog | |
parent | b76a75de25107ade8eb99f529d0cc24732a6da86 (diff) | |
download | glibc-ba9fcb3f411a46085b82fc3352b858e04f66a19c.tar glibc-ba9fcb3f411a46085b82fc3352b858e04f66a19c.tar.gz glibc-ba9fcb3f411a46085b82fc3352b858e04f66a19c.tar.bz2 glibc-ba9fcb3f411a46085b82fc3352b858e04f66a19c.zip |
Update.
* elf/rtld.c: Little optimizations in handling _dl_lazy.
* elf/cache.c (save_cache): Portability changes.
* elf/dl-profile.c (_dl_start_profile): Likewise.
* elf/sln.c: Cleanups. Remove arbitrary limits.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2001-02-27 Ulrich Drepper <drepper@redhat.com> + * elf/rtld.c: Little optimizations in handling _dl_lazy. + + * elf/cache.c (save_cache): Portability changes. + * elf/dl-profile.c (_dl_start_profile): Likewise. + + * elf/sln.c: Cleanups. Remove arbitrary limits. + * elf/dl-close.c: Replace _dl_debug_* variables with _dl_debug_mask. * elf/dl-deps.c: Likewise. * elf/dl-fini.c: Likewise. |