From a0506ccaf2ccfa36f61be081180a99a99bbe6fc6 Mon Sep 17 00:00:00 2001 From: Cary Coutant Date: Sat, 19 Jun 2010 21:11:55 +0000 Subject: [PATCH] * layout.cc (gdb_sections): Add .debug_types. (lines_only_debug_sections): Likewise. --- gold/ChangeLog | 5 +++++ gold/layout.cc | 2 ++ 2 files changed, 7 insertions(+) diff --git a/gold/ChangeLog b/gold/ChangeLog index 0e07650..46cbdc7 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,8 @@ +2010-06-19 Cary Coutant + + * layout.cc (gdb_sections): Add .debug_types. + (lines_only_debug_sections): Likewise. + 2010-06-18 Rafael Espindola * plugin.cc (add_input_file,add_input_library) diff --git a/gold/layout.cc b/gold/layout.cc index a39b115..9310961 100644 --- a/gold/layout.cc +++ b/gold/layout.cc @@ -243,6 +243,7 @@ static const char* gdb_sections[] = // ".debug_aranges", // not used by gdb as of 6.7.1 ".debug_frame", ".debug_info", + ".debug_types", ".debug_line", ".debug_loc", ".debug_macinfo", @@ -256,6 +257,7 @@ static const char* lines_only_debug_sections[] = // ".debug_aranges", // not used by gdb as of 6.7.1 // ".debug_frame", ".debug_info", + // ".debug_types", ".debug_line", // ".debug_loc", // ".debug_macinfo", -- 2.7.4