mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 17:18:55 +00:00
* dwarf2read.c (read_set_type): Set type length if
DW_AT_byte_size attribute is present.
This commit is contained in:
@@ -5547,7 +5547,10 @@ static struct type *
|
||||
read_set_type (struct die_info *die, struct dwarf2_cu *cu)
|
||||
{
|
||||
struct type *set_type = create_set_type (NULL, die_type (die, cu));
|
||||
struct attribute *attr = dwarf2_attr (die, DW_AT_byte_size, cu);
|
||||
|
||||
if (attr)
|
||||
TYPE_LENGTH (set_type) = DW_UNSND (attr);
|
||||
return set_die_type (die, set_type, cu);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user