* config.bfd: Add arm-*-mingw32ce* target.
[deliverable/binutils-gdb.git] / gdb / eval.c
index ee1ac589ee2d0d07b47ce030678b2e20a24b95b3..2e6a8325ad51146ed38588dd866ca8d475712b8c 100644 (file)
@@ -456,6 +456,11 @@ evaluate_subexp_standard (struct type *expect_type,
       return value_from_double (exp->elts[pc + 1].type,
                                exp->elts[pc + 2].doubleconst);
 
+    case OP_DECFLOAT:
+      (*pos) += 3;
+      return value_from_decfloat (expect_type, exp->elts[pc + 1].type,
+                               exp->elts[pc + 2].decfloatconst);
+
     case OP_VAR_VALUE:
       (*pos) += 3;
       if (noside == EVAL_SKIP)
This page took 0.024018 seconds and 4 git commands to generate.