mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-18 08:38:10 +08:00
gdb: remove TYPE_FIELD_BITPOS
Remove TYPE_FIELD_BITPOS, replace its uses with type::field + field::loc_bitpos. Change-Id: Iccd8d5a77e5352843a837babaa6bd284162e0320
This commit is contained in:
@ -652,7 +652,7 @@ compile_cplus_convert_struct_or_union_members
|
||||
|
||||
instance->plugin ().build_field
|
||||
(field_name, field_type, field_flags, bitsize,
|
||||
TYPE_FIELD_BITPOS (type, i));
|
||||
type->field (i).loc_bitpos ());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user