gdbtypes.resolve_dynamic_range: Add function description.
authorJoel Brobecker <brobecker@adacore.com>
Tue, 10 Jun 2014 08:48:16 +0000 (10:48 +0200)
committerJoel Brobecker <brobecker@adacore.com>
Tue, 10 Jun 2014 08:51:37 +0000 (10:51 +0200)
gdb/ChangeLog:

        * gdbtypes (resolve_dynamic_range): Add function description.

gdb/ChangeLog
gdb/gdbtypes.c

index efdf5b3..3097a31 100644 (file)
@@ -1,3 +1,7 @@
+2014-06-10  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdbtypes (resolve_dynamic_range): Add function description.
+
 2014-06-09  Gary Benson  <gbenson@redhat.com>
 
        * common/signals.c (gdb_signal_from_host): Reorder to separate
index bbb3fe9..d0c002f 100644 (file)
@@ -1653,6 +1653,9 @@ is_dynamic_type (struct type *type)
   return 0;
 }
 
+/* Given a dynamic range type (dyn_range_type), return a static version
+   of that type.  */
+
 static struct type *
 resolve_dynamic_range (struct type *dyn_range_type)
 {