From: Roland McGrath Date: Mon, 5 Oct 2009 18:32:26 +0000 (-0700) Subject: Match .debug_pubtypes and .debug_types as known DWARF section names. X-Git-Tag: elfutils-0.144~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a14b4eb4735d102acd52acc799ab181ab3570aaf;p=thirdparty%2Felfutils.git Match .debug_pubtypes and .debug_types as known DWARF section names. --- diff --git a/libebl/ChangeLog b/libebl/ChangeLog index ba3dc7db2..19cf216ed 100644 --- a/libebl/ChangeLog +++ b/libebl/ChangeLog @@ -1,3 +1,8 @@ +2009-10-05 Roland McGrath + + * eblopenbackend.c (default_debugscn_p): Match .debug_pubtypes and + .debug_types too. + 2009-09-02 Petr Machata * libebl/eblstrtab.c (morememory): Allocate memory in multiples of diff --git a/libebl/eblopenbackend.c b/libebl/eblopenbackend.c index cb17f03f6..b1bad903d 100644 --- a/libebl/eblopenbackend.c +++ b/libebl/eblopenbackend.c @@ -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",