Automatic date update in version.in
[deliverable/binutils-gdb.git] / gdb / dwarf2read.c
index 86c3a730e7b813eb92f905288d2d3dff92c0b076..96b2537f1b55eb9379b12c25fedcd164981e8d60 100644 (file)
@@ -7704,7 +7704,8 @@ compute_delayed_physnames (struct dwarf2_cu *cu)
       struct fn_fieldlist *fn_flp
        = &TYPE_FN_FIELDLIST (mi->type, mi->fnfield_index);
       physname = dwarf2_physname (mi->name, mi->die, cu);
-      fn_flp->fn_fields[mi->index].physname = physname ? physname : "";
+      TYPE_FN_FIELD_PHYSNAME (fn_flp->fn_fields, mi->index)
+       = physname ? physname : "";
     }
 }
 
This page took 0.026493 seconds and 4 git commands to generate.