]> sourceware.org Git - glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Tue, 27 Feb 2001 18:48:08 +0000 (18:48 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 27 Feb 2001 18:48:08 +0000 (18:48 +0000)
* sysdeps/generic/ldsodefs.h: Remove commented-out variable
declaractions.

ChangeLog
sysdeps/generic/ldsodefs.h

index 0e788453708f01d57c673de2693e99720b8de765..68029ec06b6219fd142e7cd0657ccff2ff793160 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2001-02-27  Ulrich Drepper  <drepper@redhat.com>
 
+       * sysdeps/generic/ldsodefs.h: Remove commented-out variable
+       declaractions.
+
        * elf/rtld.c: Little optimizations in handling _dl_lazy.
 
        * elf/cache.c (save_cache): Portability changes.
index ee13591b7892fedc9a6ebd88a9b9e60412e92a18..699e490ecefa9c655d6644ddf4473d3e67b4da78 100644 (file)
@@ -184,15 +184,6 @@ extern struct link_map *_dl_profile_map;
 extern const char *_dl_profile_output;
 
 /* If nonzero the appropriate debug information is printed.  */
-#if 0
-extern int _dl_debug_libs;
-extern int _dl_debug_impcalls;
-extern int _dl_debug_bindings;
-extern int _dl_debug_symbols;
-extern int _dl_debug_versions;
-extern int _dl_debug_reloc;
-extern int _dl_debug_files;
-#else
 extern int _dl_debug_mask;
 #define DL_DEBUG_LIBS      (1 << 0)
 #define DL_DEBUG_IMPCALLS   (1 << 1)
@@ -202,7 +193,6 @@ extern int _dl_debug_mask;
 #define DL_DEBUG_RELOC      (1 << 5)
 #define DL_DEBUG_FILES      (1 << 6)
 #define DL_DEBUG_STATISTICS (1 << 7)
-#endif
 
 /* Expect cache ID.  */
 extern int _dl_correct_cache_id;
This page took 1.790127 seconds and 5 git commands to generate.