diff options
author | Keith Seitz <keiths@redhat.com> | 2019-01-10 13:57:08 -0800 |
---|---|---|
committer | Keith Seitz <keiths@redhat.com> | 2019-01-10 13:57:08 -0800 |
commit | d3cb68081112a4976979df3f8eae7ca926e76519 (patch) | |
tree | 584ec355dc0d8dd9e8ae16993da026c6a8a37127 /gdb/ada-lang.c | |
parent | 63a20375b401e24c30987367a10b47b289612e1c (diff) | |
download | gdb-d3cb68081112a4976979df3f8eae7ca926e76519.zip gdb-d3cb68081112a4976979df3f8eae7ca926e76519.tar.gz gdb-d3cb68081112a4976979df3f8eae7ca926e76519.tar.bz2 |
gdb/23712: Remove dw2_add_symbol_to_list
Finally, we can remove dw2_add_symbol_to_list since the wrapper function
originally introduced to catch this multi-language scenario is no longer
needed. With multi-language dictionaries, we can now support adding
symbols of multiple languages, negating the need for the assertion
entirely.
This patch should now fix gdb/23712 (and symtab/23010). At least it will
if the NULL buildsym_compunit problem doesn't strike first (see gdb/23773).
gdb/ChangeLog:
PR gdb/23712
PR symtab/23010
* dwarf2read.c (dw2_add_symbol_to_list): Remove.
(fixup_go_packaging, new_symbol): Use add_symbol_to_list.
Diffstat (limited to 'gdb/ada-lang.c')
0 files changed, 0 insertions, 0 deletions