diff options
author | Tom Tromey <tom@tromey.com> | 2021-03-24 14:41:13 -0600 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2021-03-24 14:50:25 -0600 |
commit | b64f703b51914e4e335e61492882a8137f75e082 (patch) | |
tree | 2f29611f21499eaeb920c359c1aa6e3bf843419a /gdb/ChangeLog | |
parent | 68f115f8c088bafd7d60b1245867ee8f42ccfcef (diff) | |
download | gdb-b64f703b51914e4e335e61492882a8137f75e082.zip gdb-b64f703b51914e4e335e61492882a8137f75e082.tar.gz gdb-b64f703b51914e4e335e61492882a8137f75e082.tar.bz2 |
Remove 'kind' parameter from dw2_map_matching_symbols
I noticed that dw2_map_matching_symbols does not use its 'kind'
parameter. This patch removes it. Tested by rebuilding.
2021-03-24 Tom Tromey <tom@tromey.com>
* dwarf2/read.c (dw2_map_matching_symbols): Update.
(dw2_expand_symtabs_matching_symbol): Remove 'kind' parameter.
(check_match, dw2_expand_symtabs_matching)
(dwarf2_debug_names_index::map_matching_symbols)
(dwarf2_debug_names_index::expand_symtabs_matching): Update.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index bd86966..fd19ae0 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,11 @@ +2021-03-24 Tom Tromey <tom@tromey.com> + + * dwarf2/read.c (dw2_map_matching_symbols): Update. + (dw2_expand_symtabs_matching_symbol): Remove 'kind' parameter. + (check_match, dw2_expand_symtabs_matching) + (dwarf2_debug_names_index::map_matching_symbols) + (dwarf2_debug_names_index::expand_symtabs_matching): Update. + 2021-03-24 Keith Seitz <keiths@redhat.com> * compile/compile-cplus-types.c |