diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-03-10 00:16:33 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-03-10 00:16:33 +0000 |
commit | de100ca78f839854b10a04bf34ef57eb45ac77ae (patch) | |
tree | 343ae19eaa536f722a5288da1e9890a78014ae2f /elf/link.h | |
parent | 1393c745813e58e6bfbcb728b471765c4aa6c36f (diff) | |
download | glibc-de100ca78f839854b10a04bf34ef57eb45ac77ae.tar glibc-de100ca78f839854b10a04bf34ef57eb45ac77ae.tar.gz glibc-de100ca78f839854b10a04bf34ef57eb45ac77ae.tar.bz2 glibc-de100ca78f839854b10a04bf34ef57eb45ac77ae.zip |
Update.
1998-03-10 00:10 Ulrich Drepper <drepper@cygnus.com>
* elf/dl-lookup.c (do_lookup): Remove list and n parameter and add
instead scope. If debugging display information about symbol
resolving.
(_dl_lookup_symbol): Call do_lookup with correct parameters.
(_dl_lookup_symbol_skip): Likewise.
(_dl_lookup_versioned_symbol): Likewise.
(_dl_lookup_versioned_symbol_skip): Likewise.
* elf/dl-support.c: Define _dl_debug_symbols.
* elf/link.h: Add declaration for _dl_debug_symbols.
* elf/rtld.c: Define _dl_debug_symbols.
(process_dl_debug): Recognize symbols option.
Diffstat (limited to 'elf/link.h')
-rw-r--r-- | elf/link.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/elf/link.h b/elf/link.h index d5e2b7f6b3..b2eb572d77 100644 --- a/elf/link.h +++ b/elf/link.h @@ -252,6 +252,7 @@ extern struct link_map *_dl_profile_map; extern int _dl_debug_libs; extern int _dl_debug_impcalls; extern int _dl_debug_bindings; +extern int _dl_debug_symbols; /* File deccriptor to write debug messages to. */ extern int _dl_debug_fd; |