]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
Match .debug_pubtypes and .debug_types as known DWARF section names.
authorRoland McGrath <roland@redhat.com>
Mon, 5 Oct 2009 18:32:26 +0000 (11:32 -0700)
committerRoland McGrath <roland@redhat.com>
Mon, 5 Oct 2009 18:32:26 +0000 (11:32 -0700)
libebl/ChangeLog
libebl/eblopenbackend.c

index ba3dc7db2b18736d826b2a44b82f9278ff60e645..19cf216ed23d1e58d0f3ea0e71a2f1506cba887e 100644 (file)
@@ -1,3 +1,8 @@
+2009-10-05  Roland McGrath  <roland@redhat.com>
+
+       * eblopenbackend.c (default_debugscn_p): Match .debug_pubtypes and
+       .debug_types too.
+
 2009-09-02  Petr Machata  <pmachata@redhat.com>
 
        * libebl/eblstrtab.c (morememory): Allocate memory in multiples of
index cb17f03f6acd3f8818ffa5df92b9faaba25719f3..b1bad903d6072e8e507a2a85ed818ce677a7a0f6 100644 (file)
@@ -659,6 +659,9 @@ default_debugscn_p (const char *name)
       ".debug_macinfo",
       /* DWARF 3 */
       ".debug_ranges",
+      ".debug_pubtypes",
+      /* DWARF 4 */
+      ".debug_types",
       /* SGI/MIPS DWARF 2 extensions */
       ".debug_weaknames",
       ".debug_funcnames",