]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
Consider .gdb_index as a debugging section.
authorRoland McGrath <roland@redhat.com>
Wed, 7 Jul 2010 23:06:12 +0000 (16:06 -0700)
committerRoland McGrath <roland@redhat.com>
Wed, 7 Jul 2010 23:06:12 +0000 (16:06 -0700)
libebl/ChangeLog
libebl/eblopenbackend.c

index ed9361c1f26104dc5cb5d4ef2f143fde52ae18bb..96f70ff8d83e46cb7ea75b6fb9f43373e65dd622 100644 (file)
@@ -1,3 +1,7 @@
+2010-07-07  Roland McGrath  <roland@redhat.com>
+
+       * eblopenbackend.c (default_debugscn_p): Match .gdb_index section.
+
 2010-02-15  Roland McGrath  <roland@redhat.com>
 
        * Makefile.am: Use config/eu.am for common stuff.
index edd8c4a756f4bc89d8cd894caaa8d4aff14c223f..e11ff067c73438b647cb9fb4873f454918f611ab 100644 (file)
@@ -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",