From 62dcee574f77522535c9062203beec1fad2b794a Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 27 Feb 2001 09:34:31 +0000 Subject: Replace _dl_debug_* variables with _dl_debug_mask. --- elf/dl-support.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'elf/dl-support.c') diff --git a/elf/dl-support.c b/elf/dl-support.c index 24f598c856..8c10180e26 100644 --- a/elf/dl-support.c +++ b/elf/dl-support.c @@ -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 -- cgit v1.2.3