* aout-arm.c, aout-target.h, aoutx.h, archive.c, armnetbsd.c,
[deliverable/binutils-gdb.git] / bfd / xsym.c
index 252be999d56c12039e76fba650d29d2e7ab6dc1e..5f3cc1d019725f4ad086a3b6a641ba2b75397d5c 100644 (file)
@@ -1367,21 +1367,6 @@ bfd_sym_print_modules_table_entry (abfd, f, entry)
     fprintf (f, ", child %lu", entry->mte_cmte_index);
   else
     fprintf (f, ", no child");
-
-#if 0
-  {
-    MTE bfd_sym_modules_table_entry pentry;
-
-    ret = bfd_sym_fetch_modules_table_entry (abfd, &pentry, entry->mte_parent);
-    if (ret < 0)
-      fprintf (f, " parent MTE %lu [INVALID]\n", entry->mte_parent);
-    else
-      fprintf (f, " parent MTE %lu \"%.*s\"\n",
-              entry->mte_parent,
-              bfd_sym_symbol_name (abfd, pentry.mte_nte_index)[0],
-              &bfd_sym_symbol_name (abfd, pentry.mte_nte_index)[1]);
-  }
-#endif
 }
 
 void
This page took 0.025284 seconds and 4 git commands to generate.