* layout.cc (gdb_sections): Add .debug_types.
authorCary Coutant <ccoutant@google.com>
Sat, 19 Jun 2010 21:11:55 +0000 (21:11 +0000)
committerCary Coutant <ccoutant@google.com>
Sat, 19 Jun 2010 21:11:55 +0000 (21:11 +0000)
(lines_only_debug_sections): Likewise.

gold/ChangeLog
gold/layout.cc

index 0e07650f57ba9ff5c6868ed7a5f25e58f25b171e..46cbdc7d7a224bb76e90b81516a84d83c79ccff4 100644 (file)
@@ -1,3 +1,8 @@
+2010-06-19  Cary Coutant  <ccoutant@google.com>
+
+       * layout.cc (gdb_sections): Add .debug_types.
+       (lines_only_debug_sections): Likewise.
+
 2010-06-18  Rafael Espindola  <espindola@google.com>
 
        * plugin.cc (add_input_file,add_input_library)
index a39b1157b08b4d6f6ad38a36e745ae55e0d6c45d..9310961e8e95e6fe5423559a9caa5f317bcfb019 100644 (file)
@@ -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",
This page took 0.033112 seconds and 4 git commands to generate.