forked from Imagelibrary/binutils-gdb
gdb: remove TYPE_FIELD_STATIC_PHYSADDR
Remove TYPE_FIELD_STATIC_PHYSADDR replace with type::field + field::loc_physaddr. Change-Id: Ica9bc4a48f34750ec82ec86c298d3ecece81bcbd
This commit is contained in:
@@ -603,7 +603,7 @@ compile_cplus_convert_struct_or_union_members
|
||||
{
|
||||
case FIELD_LOC_KIND_PHYSADDR:
|
||||
{
|
||||
physaddr = TYPE_FIELD_STATIC_PHYSADDR (type, i);
|
||||
physaddr = type->field (i).loc_physaddr ();
|
||||
|
||||
instance->plugin ().build_decl
|
||||
("field physaddr", field_name,
|
||||
|
||||
Reference in New Issue
Block a user