Add ChangeLog entry for previous patch
authorTom Tromey <tom@tromey.com>
Thu, 9 Sep 2021 15:53:16 +0000 (09:53 -0600)
committerTom Tromey <tromey@adacore.com>
Thu, 9 Sep 2021 15:58:12 +0000 (09:58 -0600)
I forgot to 'git commit' the ChangeLog for the previous patch.

2021-09-08  Tom Tromey  <tom@tromey.com>

* dwarf2/read.h (dwarf2_per_objfile::resize_symtabs): Remove.
* dwarf2/read.c (all_comp_units_iterator, all_comp_units_range):
New classes.
(dwarf2_per_objfile::symtab_set_p)
(dwarf2_per_objfile::get_symtab, dwarf2_per_objfile::set_symtab):
Adjust to resizeable vectors.
(dwarf2_gdb_index::expand_symtabs_matching)
(dwarf2_base_index_functions::map_symbol_filenames)
(dwarf2_debug_names_index::expand_symtabs_matching): Use
all_comp_units_range.
(dwarf2_initialize_objfile, dwarf2_build_psymtabs)
(add_type_unit): Don't call resize_symtabs.

gdb/ChangeLog

index 80cf523e6479389ffe46782779ca4d8b5b1539c9..90f0cffd1f3339edb4711183cd0975060d8c53d2 100644 (file)
@@ -1,3 +1,18 @@
+2021-09-08  Tom Tromey  <tom@tromey.com>
+
+       * dwarf2/read.h (dwarf2_per_objfile::resize_symtabs): Remove.
+       * dwarf2/read.c (all_comp_units_iterator, all_comp_units_range):
+       New classes.
+       (dwarf2_per_objfile::symtab_set_p)
+       (dwarf2_per_objfile::get_symtab, dwarf2_per_objfile::set_symtab):
+       Adjust to resizeable vectors.
+       (dwarf2_gdb_index::expand_symtabs_matching)
+       (dwarf2_base_index_functions::map_symbol_filenames)
+       (dwarf2_debug_names_index::expand_symtabs_matching): Use
+       all_comp_units_range.
+       (dwarf2_initialize_objfile, dwarf2_build_psymtabs)
+       (add_type_unit): Don't call resize_symtabs.
+
 2021-09-07  John Baldwin  <jhb@FreeBSD.org>
 
        * fbsd-nat.c (fbsd_nat_target::info_proc): Use plongest and
This page took 0.026555 seconds and 4 git commands to generate.