diff options
Diffstat (limited to 'gdb/dwarf2/read.c')
-rw-r--r-- | gdb/dwarf2/read.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/dwarf2/read.c b/gdb/dwarf2/read.c index f60e418..3f60ce6 100644 --- a/gdb/dwarf2/read.c +++ b/gdb/dwarf2/read.c @@ -7836,6 +7836,9 @@ process_psymtab_comp_unit (dwarf2_per_cu_data *this_cu, case DW_TAG_partial_unit: this_cu->unit_type = DW_UT_partial; break; + case DW_TAG_type_unit: + this_cu->unit_type = DW_UT_type; + break; default: abort (); } |