diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-08-21 23:01:40 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-08-21 23:01:40 +0000 |
commit | 01d8e36dd98d64d4d2b91bd01f83935ae6a21370 (patch) | |
tree | ea5cdc8fa0d9478db4a2f6b3cf7e6cab93aa8c15 /ChangeLog | |
parent | e40b90278660badb9386ebdcc000523dd92ff141 (diff) | |
download | glibc-01d8e36dd98d64d4d2b91bd01f83935ae6a21370.tar glibc-01d8e36dd98d64d4d2b91bd01f83935ae6a21370.tar.gz glibc-01d8e36dd98d64d4d2b91bd01f83935ae6a21370.tar.bz2 glibc-01d8e36dd98d64d4d2b91bd01f83935ae6a21370.zip |
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 12 insertions, 3 deletions
@@ -1,8 +1,17 @@ 2002-08-21 Ulrich Drepper <drepper@redhat.com> - * 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. |