From: Roland McGrath Date: Wed, 7 Jul 2010 23:06:12 +0000 (-0700) Subject: Consider .gdb_index as a debugging section. X-Git-Tag: elfutils-0.149~22 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=804e9ca4d644e64a6125307cbf0a0b89477d7611;p=thirdparty%2Felfutils.git Consider .gdb_index as a debugging section. --- diff --git a/libebl/ChangeLog b/libebl/ChangeLog index ed9361c1f..96f70ff8d 100644 --- a/libebl/ChangeLog +++ b/libebl/ChangeLog @@ -1,3 +1,7 @@ +2010-07-07 Roland McGrath + + * eblopenbackend.c (default_debugscn_p): Match .gdb_index section. + 2010-02-15 Roland McGrath * Makefile.am: Use config/eu.am for common stuff. diff --git a/libebl/eblopenbackend.c b/libebl/eblopenbackend.c index edd8c4a75..e11ff067c 100644 --- a/libebl/eblopenbackend.c +++ b/libebl/eblopenbackend.c @@ -662,6 +662,8 @@ default_debugscn_p (const char *name) ".debug_pubtypes", /* DWARF 4 */ ".debug_types", + /* GDB DWARF 4 extension */ + ".gdb_index", /* SGI/MIPS DWARF 2 extensions */ ".debug_weaknames", ".debug_funcnames",