Dwarf: Don't add nameless modules to partial symbol table (ChangeLogs)
authorPedro Alves <palves@redhat.com>
Tue, 11 Jun 2019 19:37:09 +0000 (20:37 +0100)
committerPedro Alves <palves@redhat.com>
Tue, 11 Jun 2019 19:37:09 +0000 (20:37 +0100)
Add missing ChangeLog entries for previous commit.

gdb/ChangeLog:
2019-06-11  Bernhard Heckel  <bernhard.heckel@intel.com>

* dwarf2read.c (add_partial_symbol): Skip nameless modules.

gdb/testsuite/Changelog:
2019-06-11  Bernhard Heckel  <bernhard.heckel@intel.com>

* gdb.fortran/block-data.f: New.
* gdb.fortran/block-data.exp: New.

gdb/ChangeLog
gdb/testsuite/ChangeLog

index 08b2ae267ffd31b4d45fcd260b573bbf8aa32b66..f282e122540747d0ef25835b29c7e78d1cf778a8 100644 (file)
@@ -1,3 +1,7 @@
+2019-06-11  Bernhard Heckel  <bernhard.heckel@intel.com>
+
+       * dwarf2read.c (add_partial_symbol): Skip nameless modules.
+
 2019-06-11  Tom Tromey  <tom@tromey.com>
 
        * common/common-utils.c (xmalloc, xrealloc, xcalloc)
index c42b9635a41ef34eaacc47185bc10390a20643d2..1a072660537cc7ac4e932ea5b37af473682895fc 100644 (file)
@@ -1,3 +1,8 @@
+2019-06-11  Bernhard Heckel  <bernhard.heckel@intel.com>
+
+       * gdb.fortran/block-data.f: New.
+       * gdb.fortran/block-data.exp: New.
+
 2019-06-11  Tom de Vries  <tdevries@suse.de>
 
        PR testsuite/24521
This page took 0.032762 seconds and 4 git commands to generate.