From: Tom Tromey Date: Thu, 9 Sep 2021 15:53:16 +0000 (-0600) Subject: Add ChangeLog entry for previous patch X-Git-Tag: gdb-11.1-release~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b06653b60ad37d7adef87847e806355cdc363cd4;p=thirdparty%2Fbinutils-gdb.git Add ChangeLog entry for previous patch I forgot to 'git commit' the ChangeLog for the previous patch. 2021-09-08 Tom Tromey * 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. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 80cf523e647..90f0cffd1f3 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,18 @@ +2021-09-08 Tom Tromey + + * 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 * fbsd-nat.c (fbsd_nat_target::info_proc): Use plongest and