* dwarf2.c (dwarf_debug_sections): Add .debug_macro
[deliverable/binutils-gdb.git] / binutils / readelf.c
index 1191aebfb1c0d0b9bcb9b7f444c76e9628bfbda6..a9064c541f7fda48daa70b8323edf0e7fbd3800a 100644 (file)
@@ -4620,6 +4620,7 @@ process_section_headers (FILE * file)
              || (do_debug_ranges   && streq (name, "ranges"))
              || (do_debug_frames   && streq (name, "frame"))
              || (do_debug_macinfo  && streq (name, "macinfo"))
+             || (do_debug_macinfo  && streq (name, "macro"))
              || (do_debug_str      && streq (name, "str"))
              || (do_debug_loc      && streq (name, "loc"))
              )
This page took 0.023428 seconds and 4 git commands to generate.