From d106773eaca95698838b930a7b512469a38a6771 Mon Sep 17 00:00:00 2001 From: Pedro Alves Date: Tue, 11 Jun 2019 20:37:09 +0100 Subject: [PATCH] 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. --- gdb/ChangeLog | 4 ++++ gdb/testsuite/ChangeLog | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 08b2ae2..f282e12 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 c42b963..1a07266 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 -- 2.7.4