aboutsummaryrefslogtreecommitdiff
path: root/gdb/fortran-operator.def
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/fortran-operator.def')
-rw-r--r--gdb/fortran-operator.def5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/fortran-operator.def b/gdb/fortran-operator.def
index c3176de..cb40108 100644
--- a/gdb/fortran-operator.def
+++ b/gdb/fortran-operator.def
@@ -19,4 +19,9 @@
/* Single operand builtins. */
OP (UNOP_FORTRAN_KIND)
+OP (UNOP_FORTRAN_FLOOR)
+OP (UNOP_FORTRAN_CEILING)
+/* Two operand builtins. */
+OP (BINOP_FORTRAN_CMPLX)
+OP (BINOP_FORTRAN_MODULO)