1998-03-09  Ulrich Drepper  <drepper@cygnus.com>

	* elf/dl-support.c: Add definition of _dl_debug_impcalls.
This commit is contained in:
Ulrich Drepper 1998-03-09 00:16:45 +00:00
parent b4debac9cc
commit 267e36967e
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
1998-03-09 Ulrich Drepper <drepper@cygnus.com>
* elf/dl-support.c: Add definition of _dl_debug_impcalls.
1998-03-08 Ulrich Drepper <drepper@cygnus.com>
* elf/rtld.c (process_envvars): Also recognize LD_LIBRARY_PATH,

View File

@ -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;