* gdb.texinfo (Fortran Operators): Describe '%' operator.
authorMarkus Deuling <deuling@de.ibm.com>
Tue, 22 Apr 2008 06:51:04 +0000 (06:51 +0000)
committerMarkus Deuling <deuling@de.ibm.com>
Tue, 22 Apr 2008 06:51:04 +0000 (06:51 +0000)
gdb/doc/ChangeLog
gdb/doc/gdb.texinfo

index 12e82c8e8a30c718e03b023e50336a6802057a07..152bbf37cd288b74c7c3552f91d9920913f27386 100644 (file)
@@ -1,3 +1,7 @@
+2008-04-22  Markus Deuling  <deuling@de.ibm.com>
+
+       * gdb.texinfo (Fortran Operators): Describe '%' operator.
+
 2008-04-20  Eli Zaretskii  <eliz@gnu.org>
 
        * gdb.texinfo (Set Breaks): Mention that multiple location
index f5122962d0c49b0eabb372d9d243e583386aae96..4f77c9dac5f87961721a9754e08133b6770d254c 100644 (file)
@@ -9903,6 +9903,12 @@ of the second one.
 @item :
 The range operator.  Normally used in the form of array(low:high) to
 represent a section of array.
+
+@item %
+The access component operator.  Normally used to access elements in derived
+types.  Also suitable for unions.  As unions aren't part of regular Fortran,
+this can only happen when accessing a register that uses a gdbarch-defined
+union type.
 @end table
 
 @node Fortran Defaults