gdbtypes.c: Add the case for FIELD_LOC_KIND_DWARF_BLOCK
authorAlexandra Hájková <ahajkova@redhat.com>
Fri, 2 Jul 2021 13:46:08 +0000 (15:46 +0200)
committerAlexandra Hájková <ahajkova@redhat.com>
Mon, 6 Sep 2021 09:07:56 +0000 (11:07 +0200)
commit5a20fadc84144c2649f7f7c029f1604f003a3834
tree44f4e57d6cc3e784106c3f811a4ea42a952b653b
parent93d481d1d87b4720cebd5b62169001dfb497d83c
gdbtypes.c: Add the case for FIELD_LOC_KIND_DWARF_BLOCK

The case for FIELD_LOC_KIND_DWARF_BLOCK was missing for
switch TYPE_FIELD_LOC_KIND. Thas caused an internal-error
under some circumstances.

Fixes bug 28030.
gdb/gdbtypes.c