mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Replace _dl_debug_* variables with _dl_debug_mask.
This commit is contained in:
@ -37,13 +37,7 @@ char **_dl_argv = &__progname; /* This is checked for some error messages. */
|
||||
const char *_dl_platform;
|
||||
size_t _dl_platformlen;
|
||||
|
||||
int _dl_debug_libs;
|
||||
int _dl_debug_impcalls;
|
||||
int _dl_debug_bindings;
|
||||
int _dl_debug_symbols;
|
||||
int _dl_debug_versions;
|
||||
int _dl_debug_reloc;
|
||||
int _dl_debug_files;
|
||||
int _dl_debug_mask;
|
||||
int _dl_lazy;
|
||||
/* XXX I know about at least one case where we depend on the old weak
|
||||
behavior (it has to do with librt). Until we get DSO groups implemented
|
||||
|
Reference in New Issue
Block a user