Update.
authorUlrich Drepper <drepper@redhat.com>
Mon, 9 Mar 1998 00:16:45 +0000 (00:16 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 9 Mar 1998 00:16:45 +0000 (00:16 +0000)
1998-03-09  Ulrich Drepper  <drepper@cygnus.com>

* elf/dl-support.c: Add definition of _dl_debug_impcalls.

ChangeLog
elf/dl-support.c

index 41c5dd7..ad42a58 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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,
index 29a16d2..797cc99 100644 (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;