1999-09-12 Donn Terry <donn@interix.com>
[deliverable/binutils-gdb.git] / binutils / objdump.c
index 5b36ae224a886a7d1ae383048024325a324d3e9c..f51af3f725ddf969e27a22af71d2592f1639250c 100644 (file)
@@ -368,6 +368,11 @@ dump_section_header (abfd, section, ignored)
          break;
        }
       printf ("%s%s", comma, ls);
+
+      if (section->comdat != NULL)
+       printf (" (COMDAT %s %ld)", section->comdat->name,
+               section->comdat->symbol);
+
       comma = ", ";
     }
 
This page took 0.040505 seconds and 4 git commands to generate.