From: Ulrich Drepper Date: Mon, 9 Mar 1998 00:16:45 +0000 (+0000) Subject: Update. X-Git-Tag: upstream/2.30~28732 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=267e36967ecd5c17683b9a6cf230a6ce8fb81371;p=external%2Fglibc.git Update. 1998-03-09 Ulrich Drepper * elf/dl-support.c: Add definition of _dl_debug_impcalls. --- 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;