Add grok/write functions for new ppc core note sections
[deliverable/binutils-gdb.git] / binutils / readelf.c
index 88fb356cd8d6eead02ab3b24d2f5452a56f3a532..7716381d81b09f4f0049ef61c44abec781efa082 100644 (file)
@@ -6508,8 +6508,7 @@ process_section_headers (Filedata * filedata)
        }
       else if (do_section_details)
        {
-         printf ("       %-15.15s  ",
-                 get_section_type_name (filedata, section->sh_type));
+         putchar (' ');
          print_vma (section->sh_addr, LONG_HEX);
          if ((long) section->sh_offset == section->sh_offset)
            printf ("  %16.16lx", (unsigned long) section->sh_offset);
This page took 0.043939 seconds and 4 git commands to generate.