From 01d8e36dd98d64d4d2b91bd01f83935ae6a21370 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 21 Aug 2002 23:01:40 +0000 Subject: Update. * elf/rtld.c (start_time): New global variable. Moved from _dl_start. (DONT_USE_BOOTSTRAP_MAP): Define if we can use non-exported symbols before relocation. (_dl_start): Don't use local bootstrap_map variable if DONT_USE_BOOTSTRAP_MAP is defined. Use GL(dl_rtld_map). Don't pass bootstrap_map to _dl_start_final in this case either. Don't pass start_time to _dl_start_final ever. (_dl_start_final): Don't copy bootstrap_map of DONT_USE_BOOTSTRAP_MAP. * elf/dl-deps.c (_dl_map_object_deps): Revert patch from 2002-05-28. This cripples the scope lists necessary to search for symbols in dependencies which are not in the global scope. --- ChangeLog | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2262f2c87f..9f4d7718f4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,17 @@ 2002-08-21 Ulrich Drepper - * elf/dl-deps.c (_dl_map_object_deps): Revert patch from - 2002-05-28. This cripples the scope lists necessary to search for - symbols in dependencies which are not in the global scope. + * elf/rtld.c (start_time): New global variable. Moved from _dl_start. + (DONT_USE_BOOTSTRAP_MAP): Define if we can use non-exported symbols + before relocation. + (_dl_start): Don't use local bootstrap_map variable if + DONT_USE_BOOTSTRAP_MAP is defined. Use GL(dl_rtld_map). Don't + pass bootstrap_map to _dl_start_final in this case either. Don't + pass start_time to _dl_start_final ever. + (_dl_start_final): Don't copy bootstrap_map of DONT_USE_BOOTSTRAP_MAP. + + * elf/dl-deps.c (_dl_map_object_deps): Revert patch from 2002-05-28. + This cripples the scope lists necessary to search for symbols in + dependencies which are not in the global scope. * include/setjmp.h (__libc_longjmp): Add declaration. -- cgit v1.2.3