diff options
| author | Roland McGrath <[email protected]> | 2009-10-05 11:32:26 -0700 |
|---|---|---|
| committer | Roland McGrath <[email protected]> | 2009-10-05 11:32:26 -0700 |
| commit | a14b4eb4735d102acd52acc799ab181ab3570aaf (patch) | |
| tree | 9f44b0aa6e15016753fb8594299b53a8afcb0bb7 | |
| parent | c49d00afc4bda21181cd4237e67930f3f5228adf (diff) | |
Match .debug_pubtypes and .debug_types as known DWARF section names.
| -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", |
