aboutsummaryrefslogtreecommitdiff
path: root/gdb/value.c
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@polymtl.ca>2021-09-26 16:34:28 -0400
committerSimon Marchi <simon.marchi@polymtl.ca>2021-10-29 16:44:21 -0400
commit2ad53ea10c14445d6074814bbdfe46bd787038cb (patch)
tree754f8b3ea284ae5ef76887619d2fb468b8067bd2 /gdb/value.c
parentd8557c3d229589c690a1bef92be434eb663e3bb6 (diff)
downloadgdb-2ad53ea10c14445d6074814bbdfe46bd787038cb.zip
gdb-2ad53ea10c14445d6074814bbdfe46bd787038cb.tar.gz
gdb-2ad53ea10c14445d6074814bbdfe46bd787038cb.tar.bz2
gdb: remove TYPE_FIELD_LOC_KIND
Remove TYPE_FIELD_LOC_KIND, replace its uses with type::field + field::loc_kind. Change-Id: Ib124a26365df82ac1d23df7962d954192913bd90
Diffstat (limited to 'gdb/value.c')
-rw-r--r--gdb/value.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/value.c b/gdb/value.c
index a0ce3a7..b6672c7 100644
--- a/gdb/value.c
+++ b/gdb/value.c
@@ -2952,7 +2952,7 @@ value_static_field (struct type *type, int fieldno)
{
struct value *retval;
- switch (TYPE_FIELD_LOC_KIND (type, fieldno))
+ switch (type->field (fieldno).loc_kind ())
{
case FIELD_LOC_KIND_PHYSADDR:
retval = value_at_lazy (type->field (fieldno).type (),