diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-06-08 01:50:04 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-06-08 01:50:04 +0000 |
commit | 1c14af448eef3274c386069b78b2ce93f2a5e3c6 (patch) | |
tree | b1ccb62a3185d2a0d4a285f0bfa55b38a92a23dd /ChangeLog | |
parent | 7b228b6857ffc46e13b57ba2d1f6955320e46871 (diff) | |
download | glibc-1c14af448eef3274c386069b78b2ce93f2a5e3c6.tar glibc-1c14af448eef3274c386069b78b2ce93f2a5e3c6.tar.gz glibc-1c14af448eef3274c386069b78b2ce93f2a5e3c6.tar.bz2 glibc-1c14af448eef3274c386069b78b2ce93f2a5e3c6.zip |
Update.
* elf/dl-addr.c (_dl_addr): Do exact testing of address range
using l_map_start and l_map_end.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2000-06-07 Ulrich Drepper <drepper@redhat.com> + * elf/dl-addr.c (_dl_addr): Do exact testing of address range + using l_map_start and l_map_end. + * elf/dl-version.c: Add __builtin_expect in many places. * sysdeps/unix/sysv/linux/i386/dl-procinfo.h (x86_cap_flags): |