mirror of git://sourceware.org/git/glibc.git
Update.
* sysdeps/generic/ldsodefs.h: Remove commented-out variable declaractions.
This commit is contained in:
parent
ba9fcb3f41
commit
edd8e70fea
|
@ -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.
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue