aboutsummaryrefslogtreecommitdiff
path: root/gdb/std-operator.def
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/std-operator.def')
-rw-r--r--gdb/std-operator.def4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/std-operator.def b/gdb/std-operator.def
index 925e2b6..aad8999 100644
--- a/gdb/std-operator.def
+++ b/gdb/std-operator.def
@@ -442,3 +442,7 @@ OP (UNOP_FORTRAN_CEILING)
/* Two operand builtins. */
OP (BINOP_FORTRAN_CMPLX)
OP (BINOP_FORTRAN_MODULO)
+
+/* Builtins that take one or two operands. */
+OP (FORTRAN_LBOUND)
+OP (FORTRAN_UBOUND)