PR25351 .ARM.attributes not found for symbol
[deliverable/binutils-gdb.git] / gdb / fortran-operator.def
index c3176de428e241cc6fc02bbeaafc00b0f494ba33..fd4051ebe59ffe326d2dfcc9d4fcff282c64d826 100644 (file)
@@ -1,6 +1,6 @@
 /* Fortran language operator definitions for GDB, the GNU debugger.
 
-   Copyright (C) 2019 Free Software Foundation, Inc.
+   Copyright (C) 2019-2020 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -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)
This page took 0.024059 seconds and 4 git commands to generate.