summaryrefslogtreecommitdiffstats
path: root/libebl/eblopenbackend.c
diff options
context:
space:
mode:
authorRoland McGrath <[email protected]>2009-10-05 11:32:26 -0700
committerRoland McGrath <[email protected]>2009-10-05 11:32:26 -0700
commita14b4eb4735d102acd52acc799ab181ab3570aaf (patch)
tree9f44b0aa6e15016753fb8594299b53a8afcb0bb7 /libebl/eblopenbackend.c
parentc49d00afc4bda21181cd4237e67930f3f5228adf (diff)
Match .debug_pubtypes and .debug_types as known DWARF section names.
Diffstat (limited to 'libebl/eblopenbackend.c')
-rw-r--r--libebl/eblopenbackend.c3
1 files changed, 3 insertions, 0 deletions
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",