diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-07-07 17:31:11 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-07-07 17:31:11 +0000 |
commit | a3d6fb9b428a51048b31eacd6fe7fad7095ccfd5 (patch) | |
tree | ad7e9d4bc0778e99c9d7ca427d6e81278b49224a /elf/rtld.c | |
parent | 6333c255baf8ad9547c282b47fe5c35a40bca77d (diff) | |
download | glibc-a3d6fb9b428a51048b31eacd6fe7fad7095ccfd5.tar.gz glibc-a3d6fb9b428a51048b31eacd6fe7fad7095ccfd5.tar.xz glibc-a3d6fb9b428a51048b31eacd6fe7fad7095ccfd5.zip |
Update.
1998-07-07 17:28 Ulrich Drepper <drepper@cygnus.com> * elf/dl-profstub.c (_dl_profile_map): Only declare variable here. * elf/dl-support.c: Define it here... * elf/rtld.c: ...and here.
Diffstat (limited to 'elf/rtld.c')
-rw-r--r-- | elf/rtld.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/elf/rtld.c b/elf/rtld.c index bf4a142dba..df5db230f4 100644 --- a/elf/rtld.c +++ b/elf/rtld.c @@ -73,6 +73,7 @@ unsigned long _dl_hwcap; struct r_search_path *_dl_search_paths; const char *_dl_profile; const char *_dl_profile_output; +struct link_map *_dl_profile_map; int _dl_debug_libs; int _dl_debug_impcalls; int _dl_debug_bindings; |