Target FP: Add binop and compare routines to target-float.{c,h}
[deliverable/binutils-gdb.git] / gdb / dfp.c
index a13e260611a7ad5423f205fd22a4622cce87df8b..d47026855f0a4064f53eb86d43d2351b4acb3ff5 100644 (file)
--- a/gdb/dfp.c
+++ b/gdb/dfp.c
@@ -330,9 +330,8 @@ decimal_binop (enum exp_opcode op,
       case BINOP_EXP:
        decNumberPower (&number3, &number1, &number2, &set);
        break;
-      default:
-       internal_error (__FILE__, __LINE__,
-                       _("Unknown decimal floating point operation."));
+     default:
+       error (_("Operation not valid for decimal floating point number."));
        break;
     }
 
This page took 0.033395 seconds and 4 git commands to generate.