]> sourceware.org Git - glibc.git/commitdiff
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 41c5dd733ae089d7cae3c21b0f337420308815e1..ad42a58981d73ebd5073b3495f2c3eae5eb5b34e 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 29a16d2d5cd00f0bc93d1d0cf98b4250ab237b01..797cc99de5338283062ec009bce604a5e5749d00 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;
This page took 0.045043 seconds and 5 git commands to generate.