bfd/
[deliverable/binutils-gdb.git] / binutils / dwarf.c
index 2892be865631ad219fbec5d899f634cebad11726..d23fec289801b936d7dda6c9317b3b8c52975367 100644 (file)
@@ -4613,36 +4613,36 @@ free_debug_memory (void)
 
 struct dwarf_section_display debug_displays[] =
 {
-  { { ".debug_abbrev",         NULL,   0,      0 },
+  { { ".debug_abbrev",         ".zdebug_abbrev",       NULL,   NULL,   0,      0 },
     display_debug_abbrev,              0,      0 },
-  { { ".debug_aranges",                NULL,   0,      0 },
+  { { ".debug_aranges",                ".zdebug_aranges",      NULL,   NULL,   0,      0 },
     display_debug_aranges,             0,      0 },
-  { { ".debug_frame",          NULL,   0,      0 },
+  { { ".debug_frame",          ".zdebug_frame",        NULL,   NULL,   0,      0 },
     display_debug_frames,              1,      0 },
-  { { ".debug_info",           NULL,   0,      0 },
+  { { ".debug_info",           ".zdebug_info",         NULL,   NULL,   0,      0 },
     display_debug_info,                        1,      0 },
-  { { ".debug_line",           NULL,   0,      0 },
+  { { ".debug_line",           ".zdebug_line",         NULL,   NULL,   0,      0 },
     display_debug_lines,               0,      0 },
-  { { ".debug_pubnames",       NULL,   0,      0 },
+  { { ".debug_pubnames",       ".zdebug_pubnames",     NULL,   NULL,   0,      0 },
     display_debug_pubnames,            0,      0 },
-  { { ".eh_frame",             NULL,   0,      0 },
+  { { ".eh_frame",             "",                     NULL,   NULL,   0,      0 },
     display_debug_frames,              1,      1 },
-  { { ".debug_macinfo",                NULL,   0,      0 },
+  { { ".debug_macinfo",                ".zdebug_macinfo",      NULL,   NULL,   0,      0 },
     display_debug_macinfo,             0,      0 },
-  { { ".debug_str",            NULL,   0,      0 },
+  { { ".debug_str",            ".zdebug_str",          NULL,   NULL,   0,      0 },
     display_debug_str,                 0,      0 },
-  { { ".debug_loc",            NULL,   0,      0 },
+  { { ".debug_loc",            ".zdebug_loc",          NULL,   NULL,   0,      0 },
     display_debug_loc,                 0,      0 },
-  { { ".debug_pubtypes",       NULL,   0,      0 },
+  { { ".debug_pubtypes",       ".zdebug_pubtypes",     NULL,   NULL,   0,      0 },
     display_debug_pubnames,            0,      0 },
-  { { ".debug_ranges",         NULL,   0,      0 },
+  { { ".debug_ranges",         ".zdebug_ranges",       NULL,   NULL,   0,      0 },
     display_debug_ranges,              0,      0 },
-  { { ".debug_static_func",    NULL,   0,      0 },
+  { { ".debug_static_func",    ".zdebug_static_func",  NULL,   NULL,   0,      0 },
     display_debug_not_supported,       0,      0 },
-  { { ".debug_static_vars",    NULL,   0,      0 },
+  { { ".debug_static_vars",    ".zdebug_static_vars",  NULL,   NULL,   0,      0 },
     display_debug_not_supported,       0,      0 },
-  { { ".debug_types",          NULL,   0,      0 },
+  { { ".debug_types",  ".zdebug_types",                NULL,   NULL,   0,      0 },
     display_debug_not_supported,       0,      0 },
-  { { ".debug_weaknames",      NULL,   0,      0 },
+  { { ".debug_weaknames",      ".zdebug_weaknames",    NULL,   NULL,   0,      0 },
     display_debug_not_supported,       0,      0 }
 };
This page took 0.025325 seconds and 4 git commands to generate.