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.
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)
#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;