ld -plugin options when plugins are disabled
[deliverable/binutils-gdb.git] / gdb / expprint.c
index a190d8ce21be9588b54b347710773faa9ab46b0e..026b775260d88f308833a3cf8806ad5c2a26e406 100644 (file)
@@ -87,7 +87,7 @@ print_subexp_standard (struct expression *exp, int *pos,
     case OP_SCOPE:
       myprec = PREC_PREFIX;
       assoc = 0;
-      fputs_filtered (TYPE_NAME (exp->elts[pc + 1].type), stream);
+      fputs_filtered (exp->elts[pc + 1].type->name (), stream);
       fputs_filtered ("::", stream);
       nargs = longest_to_int (exp->elts[pc + 2].longconst);
       (*pos) += 4 + BYTES_TO_EXP_ELEM (nargs + 1);
This page took 0.022921 seconds and 4 git commands to generate.