Update.
authorUlrich Drepper <drepper@redhat.com>
Wed, 21 Aug 2002 23:01:40 +0000 (23:01 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 21 Aug 2002 23:01:40 +0000 (23:01 +0000)
commit01d8e36dd98d64d4d2b91bd01f83935ae6a21370
treeea5cdc8fa0d9478db4a2f6b3cf7e6cab93aa8c15
parente40b90278660badb9386ebdcc000523dd92ff141
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
elf/rtld.c