commit | 5a20fadc84144c2649f7f7c029f1604f003a3834 | [log] [tgz] |
---|---|---|
author | Alexandra Hájková <ahajkova@redhat.com> | Fri Jul 02 15:46:08 2021 +0200 |
committer | Alexandra Hájková <ahajkova@redhat.com> | Mon Sep 06 11:07:56 2021 +0200 |
tree | 44f4e57d6cc3e784106c3f811a4ea42a952b653b | |
parent | 93d481d1d87b4720cebd5b62169001dfb497d83c [diff] |
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.