* sysdeps/generic/ldsodefs.h: Remove commented-out variable
	declaractions.
This commit is contained in:
Ulrich Drepper 2001-02-27 18:48:08 +00:00
parent ba9fcb3f41
commit edd8e70fea
2 changed files with 3 additions and 10 deletions

View File

@ -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.

View 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;