diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-10-07 13:40:55 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-10-07 13:40:55 +0000 |
commit | 604510f7170a912e7abd352d61b7686445216904 (patch) | |
tree | 60e34c2f1a07ef310b4bcbce0c8d20a389964ca8 /elf/Versions | |
parent | 0163d97b8c55bc320c7d867d02ca37badabd1f7c (diff) | |
download | glibc-604510f7170a912e7abd352d61b7686445216904.tar.gz glibc-604510f7170a912e7abd352d61b7686445216904.tar.xz glibc-604510f7170a912e7abd352d61b7686445216904.zip |
Update.
1998-10-07 Ulrich Drepper <drepper@cygnus.com> * elf/dl-open.c (_dl_global_scope_alloc): Make global. (dl_open_worker): Use realloc, not malloc to resize array. * elf/rtld.c (_dl_initial_searchlist): New variable. (_dl_main): Copy content of _dl_main_searchlist to _dl_initial_searchlist. * elf/ldsodefs.h: Add declarations for _dl_initial_searchlist and _dl_global_scope_alloc. * elf/Versions [libc, GLIBC_2.1]: Add _dl_initial_searchlist. * elf/dl-close.c (_dl_close): When removing object with global scope remove allocated searchlist if no dynamically loaded object is on it anymore. * elf/dl-support.c (_dl_initial_searchlist): Renamed from fake_scope. (_dl_global_scope, _dl_main_searchlist): Use _dl_initial_searchlist. * malloc/mtrace.c (tr_where): Don't print space in location string, print it afterwards. Print better symbol name information.
Diffstat (limited to 'elf/Versions')
-rw-r--r-- | elf/Versions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/Versions b/elf/Versions index 1cfb5ccf2c..5e10adf1fb 100644 --- a/elf/Versions +++ b/elf/Versions @@ -19,7 +19,7 @@ libc { GLIBC_2.1 { # global variables _dl_profile; _dl_profile_map; _dl_profile_output; _dl_start_profile; - _dl_loaded; _dl_main_searchlist; _dl_fpu_control; + _dl_loaded; _dl_main_searchlist; _dl_fpu_control; _dl_initial_searchlist; # functions used in other libraries _dl_mcount; _dl_mcount_wrapper; _dl_mcount_wrapper_check; _dl_unload_cache; |