From: Pedro Alves Date: Tue, 11 Jun 2019 19:37:09 +0000 (+0100) Subject: Dwarf: Don't add nameless modules to partial symbol table (ChangeLogs) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d106773eaca95698838b930a7b512469a38a6771;p=binutils-gdb.git Dwarf: Don't add nameless modules to partial symbol table (ChangeLogs) Add missing ChangeLog entries for previous commit. gdb/ChangeLog: 2019-06-11 Bernhard Heckel * dwarf2read.c (add_partial_symbol): Skip nameless modules. gdb/testsuite/Changelog: 2019-06-11 Bernhard Heckel * gdb.fortran/block-data.f: New. * gdb.fortran/block-data.exp: New. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 08b2ae267ff..f282e122540 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2019-06-11 Bernhard Heckel + + * dwarf2read.c (add_partial_symbol): Skip nameless modules. + 2019-06-11 Tom Tromey * common/common-utils.c (xmalloc, xrealloc, xcalloc) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index c42b9635a41..1a072660537 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2019-06-11 Bernhard Heckel + + * gdb.fortran/block-data.f: New. + * gdb.fortran/block-data.exp: New. + 2019-06-11 Tom de Vries PR testsuite/24521