diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-02-20 23:57:48 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-02-20 23:57:48 +0000 |
commit | ad9570d73331610132729ae4c6b89e779fab4877 (patch) | |
tree | 5cbfa0641ad27490d372844694b6a63383632cb8 /ChangeLog | |
parent | 2f6164e233683930e3ef2313efcfc456114fd4da (diff) | |
download | glibc-ad9570d73331610132729ae4c6b89e779fab4877.tar.gz glibc-ad9570d73331610132729ae4c6b89e779fab4877.tar.xz glibc-ad9570d73331610132729ae4c6b89e779fab4877.zip |
Update.
* elf/dl-deps.c (_dl_map_object_deps): Don't add dummy objects created for tracing to the scope lists. * elf/do-lookup.h: Remove test for l_opencount == 0 after above change. DT_SYMTAB is always available according to ELF spec.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 7b92046734..0d8cdb9a4f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 1999-02-20 Ulrich Drepper <drepper@cygnus.com> + * elf/dl-deps.c (_dl_map_object_deps): Don't add dummy objects created + for tracing to the scope lists. + * elf/do-lookup.h: Remove test for l_opencount == 0 after above change. + DT_SYMTAB is always available according to ELF spec. + * elf/dl-lookup.c (_dl_lookup_symbol_skip): Before first do_lookup call test whether there is any scope left. (_dl_lookup_versioned_symbol_skip): Likewise. |