From a14b4eb4735d102acd52acc799ab181ab3570aaf Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 5 Oct 2009 11:32:26 -0700 Subject: [PATCH] Match .debug_pubtypes and .debug_types as known DWARF section names. --- libebl/ChangeLog | 5 +++++ libebl/eblopenbackend.c | 3 +++ 2 files changed, 8 insertions(+) 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", -- 2.47.2