diff options
| -rw-r--r-- | libebl/ChangeLog | 5 | ||||
| -rw-r--r-- | libebl/eblopenbackend.c | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/libebl/ChangeLog b/libebl/ChangeLog index ba3dc7db..19cf216e 100644 --- a/libebl/ChangeLog +++ b/libebl/ChangeLog @@ -1,3 +1,8 @@ +2009-10-05 Roland McGrath <[email protected]> + + * eblopenbackend.c (default_debugscn_p): Match .debug_pubtypes and + .debug_types too. + 2009-09-02 Petr Machata <[email protected]> * libebl/eblstrtab.c (morememory): Allocate memory in multiples of diff --git a/libebl/eblopenbackend.c b/libebl/eblopenbackend.c index cb17f03f..b1bad903 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", |
