gdb: remove FIELD_STATIC_PHYSADDR macro
Remove FIELD_LOC_KIND_PHYSADDR, replace its uses with field::loc_physaddr. Change-Id: Ifd8b2bdaad75f42bfb1404ef8c396ffe7e10ac55
This commit is contained in:
parent
16654a591a
commit
31a1516a81
3 changed files with 3 additions and 5 deletions
|
@ -4221,8 +4221,7 @@ check_types_equal (struct type *type1, struct type *type2,
|
|||
have a type. */
|
||||
continue;
|
||||
case FIELD_LOC_KIND_PHYSADDR:
|
||||
if (FIELD_STATIC_PHYSADDR (*field1)
|
||||
!= FIELD_STATIC_PHYSADDR (*field2))
|
||||
if (field1->loc_physaddr () != field2->loc_physaddr ())
|
||||
return false;
|
||||
break;
|
||||
case FIELD_LOC_KIND_PHYSNAME:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue