From 267e36967ecd5c17683b9a6cf230a6ce8fb81371 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 9 Mar 1998 00:16:45 +0000 Subject: [PATCH] Update. 1998-03-09 Ulrich Drepper * elf/dl-support.c: Add definition of _dl_debug_impcalls. --- ChangeLog | 4 ++++ elf/dl-support.c | 1 + 2 files changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 41c5dd7..ad42a58 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +1998-03-09 Ulrich Drepper + + * elf/dl-support.c: Add definition of _dl_debug_impcalls. + 1998-03-08 Ulrich Drepper * elf/rtld.c (process_envvars): Also recognize LD_LIBRARY_PATH, diff --git a/elf/dl-support.c b/elf/dl-support.c index 29a16d2..797cc99 100644 --- a/elf/dl-support.c +++ b/elf/dl-support.c @@ -36,6 +36,7 @@ const char *_dl_rpath = DEFAULT_RPATH; const char *_dl_platform; size_t _dl_platformlen; int _dl_debug_libs; +int _dl_debug_impcalls; /* If nonzero print warnings about problematic situations. */ int _dl_verbose; -- 2.7.4