]> sourceware.org Git - glibc.git/blobdiff - elf/dl-version.c
Update.
[glibc.git] / elf / dl-version.c
index f615bb0cbccb93e404f84d390f83db6f11a5d8e0..a8bdeef89bcf971f952d796a1cebdc24ab7bdd6f 100644 (file)
@@ -79,6 +79,12 @@ match_symbol (const char *name, ElfW(Word) hash, const char *string,
   ElfW(Addr) def_offset;
   ElfW(Verdef) *def;
 
+  /* Display information about what we are doing while debugging.  */
+  if (_dl_debug_versions)
+    _dl_debug_message (1, "checking for version `", string, "' in file ",
+                      map->l_name[0] ? map->l_name : _dl_argv[0],
+                      " required by file ", name, "\n", NULL);
+
   if (map->l_info[VERSTAG (DT_VERDEF)] == NULL)
     {
       /* The file has no symbol versioning.  I.e., the dependent
This page took 0.029966 seconds and 5 git commands to generate.