Update.
authorUlrich Drepper <drepper@redhat.com>
Sun, 26 Aug 2001 10:50:26 +0000 (10:50 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 26 Aug 2001 10:50:26 +0000 (10:50 +0000)
commit680254fe22215c1f41f247d085c5cac5783b73f5
treeb91211374166ef246d63137e39f7e1968cfb53c8
parenta711b01d34ca5de9857ca5d19235812674fccee6
Update.

* include/link.h (struct link_map): Add l_lookup_cache element.
* elf/dl-reloc.c (RESOLVE): Add symbol caching here.
(RESOLVE_MAP): Likewise.
(_dl_relocate_object): Remove cache initialization.
* elf/dl-lookup.c: Rip out cache handling code.
* sysdeps/generic/ldsodefs.h: Remove lookup_cache struct and variable
declarations.

* elf/dl-lookup.c (_dl_lookup_symbol): Reorder some conditions and
remove some __builtin_expect.
(_dl_lookup_versioned_symbol): Likewise.

R_386_RELATIVE handling for ld.so startup.  Reduce RTLD_BOOTSTRAP
case to almost no code.
ChangeLog
elf/dl-lookup.c
elf/dl-reloc.c
include/link.h
sysdeps/generic/ldsodefs.h
sysdeps/i386/dl-machine.h