aboutsummaryrefslogtreecommitdiff
path: root/gold/layout.cc
diff options
context:
space:
mode:
authorCary Coutant <ccoutant@google.com>2010-06-19 21:11:55 +0000
committerCary Coutant <ccoutant@google.com>2010-06-19 21:11:55 +0000
commita0506ccaf2ccfa36f61be081180a99a99bbe6fc6 (patch)
tree5b976bacf2a6efa01613225dafb2ecfdc2e8603d /gold/layout.cc
parent13def385c0d3121354e8616a93d3ad55815e4859 (diff)
downloadgdb-a0506ccaf2ccfa36f61be081180a99a99bbe6fc6.zip
gdb-a0506ccaf2ccfa36f61be081180a99a99bbe6fc6.tar.gz
gdb-a0506ccaf2ccfa36f61be081180a99a99bbe6fc6.tar.bz2
* layout.cc (gdb_sections): Add .debug_types.
(lines_only_debug_sections): Likewise.
Diffstat (limited to 'gold/layout.cc')
-rw-r--r--gold/layout.cc2
1 files changed, 2 insertions, 0 deletions
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",