summary refs log tree commit diff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-03-09 00:16:45 +0000
committerUlrich Drepper <drepper@redhat.com>1998-03-09 00:16:45 +0000
commit267e36967ecd5c17683b9a6cf230a6ce8fb81371 (patch)
tree7970c5122b5e4d64908a153ab1594d7873b5e33d
parentb4debac9ccfc9955c638f48299357d9576ae8905 (diff)
downloadglibc-267e36967ecd5c17683b9a6cf230a6ce8fb81371.tar.gz
glibc-267e36967ecd5c17683b9a6cf230a6ce8fb81371.tar.xz
glibc-267e36967ecd5c17683b9a6cf230a6ce8fb81371.zip
Update.
1998-03-09  Ulrich Drepper  <drepper@cygnus.com>

	* elf/dl-support.c: Add definition of _dl_debug_impcalls.
-rw-r--r--ChangeLog4
-rw-r--r--elf/dl-support.c1
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 41c5dd733a..ad42a58981 100644
--- 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,
diff --git a/elf/dl-support.c b/elf/dl-support.c
index 29a16d2d5c..797cc99de5 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;