gdb: remove TYPE_NFIELDS macro
[deliverable/binutils-gdb.git] / gdb / buildsym.c
index f66607cd736575377bfb24a7554b0961d266b02b..b25d09b5c0c91ca5c53fc526ec452f5105a0b21f 100644 (file)
@@ -254,7 +254,7 @@ buildsym_compunit::finish_block_internal
       SYMBOL_BLOCK_VALUE (symbol) = block;
       BLOCK_FUNCTION (block) = symbol;
 
-      if (TYPE_NFIELDS (ftype) <= 0)
+      if (ftype->num_fields () <= 0)
        {
          /* No parameter type information is recorded with the
             function's type.  Set that from the type of the
This page took 0.032572 seconds and 4 git commands to generate.