diff options
Diffstat (limited to 'elf/dl-support.c')
-rw-r--r-- | elf/dl-support.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/elf/dl-support.c b/elf/dl-support.c index 39fa47cd4d..0f3a4c5f66 100644 --- a/elf/dl-support.c +++ b/elf/dl-support.c @@ -39,6 +39,9 @@ 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; /* If nonzero print warnings about problematic situations. */ int _dl_verbose; |