From 647eb037f3d9dee0bf6e9410c6445c4223cf832a Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 23 Aug 2001 23:36:47 +0000 Subject: Update. 2001-08-23 Jakub Jelinek * elf/ldconfig.c (search_dir): Remove stale symlinks. 2001-08-23 Jakub Jelinek * elf/dl-lookup.c (lookup_cache, lookup_cache_versioned): New. (_dl_lookup_symbol): Lookup relocations in cache and store successfull lookups in cache. (_dl_lookup_versioned_symbol): Likewise. * elf/dl-reloc.c (_dl_relocate_object): Initialize cache for relocation lookup. * elf/rtld.c (print_statistics): Output _dl_num_cache_relocations. * sysdeps/generic/ldsodefs.h (struct lookup_cache): New definition. (lookup_cache, lookup_cache_versioned): Add declarations. 2001-08-23 Ulrich Drepper * stdlib/tst-random.c (main): Swap parameters in fail call. Patch by Pete Bevin . 2001-08-23 Jakub Jelinek * sysdeps/generic/inttypes.h: Use __gwchar_t instead of __wchar_t. * malloc/obstack.c: Indent preprocessor directives. Patch by Jim Meyering . --- ChangeLog | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 3c41f72cb4..d6e9aeb69f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,33 @@ +2001-08-23 Jakub Jelinek + + * elf/ldconfig.c (search_dir): Remove stale symlinks. + +2001-08-23 Jakub Jelinek + + * elf/dl-lookup.c (lookup_cache, lookup_cache_versioned): New. + (_dl_lookup_symbol): Lookup relocations in cache and store successfull + lookups in cache. + (_dl_lookup_versioned_symbol): Likewise. + * elf/dl-reloc.c (_dl_relocate_object): Initialize cache for + relocation lookup. + * elf/rtld.c (print_statistics): Output _dl_num_cache_relocations. + * sysdeps/generic/ldsodefs.h (struct lookup_cache): New definition. + (lookup_cache, lookup_cache_versioned): Add declarations. + +2001-08-23 Ulrich Drepper + + * stdlib/tst-random.c (main): Swap parameters in fail call. + Patch by Pete Bevin . + +2001-08-23 Jakub Jelinek + + * sysdeps/generic/inttypes.h: Use __gwchar_t instead of __wchar_t. + 2001-08-23 Ulrich Drepper + * malloc/obstack.c: Indent preprocessor directives. + Patch by Jim Meyering . + * po/ja.po: Update from translation team. 2001-08-23 Roland McGrath -- cgit 1.4.1