diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-09-27 03:17:20 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-09-27 03:17:20 +0000 |
commit | 9a88a2d7b35b7f08c07a9a189a176e7ca49d82b4 (patch) | |
tree | 67af4eeb0d14730788cbd9a2b3dd0d095db8aee2 /ChangeLog | |
parent | 58c9f058a240339cbbb6476d804d80f02a59595f (diff) | |
download | glibc-9a88a2d7b35b7f08c07a9a189a176e7ca49d82b4.tar glibc-9a88a2d7b35b7f08c07a9a189a176e7ca49d82b4.tar.gz glibc-9a88a2d7b35b7f08c07a9a189a176e7ca49d82b4.tar.bz2 glibc-9a88a2d7b35b7f08c07a9a189a176e7ca49d82b4.zip |
Update.
2002-09-26 Ulrich Drepper <drepper@redhat.com>
* elf/dynamic-link.h (elf_get_dynamic_info): Relocate DT_HASH entry
if necessary.
* elf/dl-lookup.c (_dl_setup_hash): DT_HASH entry is already relocated.
* elf/dl-addr.c (_dl_addr): Use .hash[1] entry to determine end of the
symbol table if necessary.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2002-09-26 Ulrich Drepper <drepper@redhat.com> + + * elf/dynamic-link.h (elf_get_dynamic_info): Relocate DT_HASH entry + if necessary. + * elf/dl-lookup.c (_dl_setup_hash): DT_HASH entry is already relocated. + * elf/dl-addr.c (_dl_addr): Use .hash[1] entry to determine end of the + symbol table if necessary. + 2002-09-26 Roland McGrath <roland@redhat.com> * stdlib/longlong.h: Replaced with current version from GCC mainline, |