Fix misplaced documentation entry (Paul Koning, 2011-09-28)
authorPaul Koning <pkoning@equallogic.com>
Tue, 4 Oct 2011 15:54:35 +0000 (15:54 +0000)
committerPaul Koning <pkoning@equallogic.com>
Tue, 4 Oct 2011 15:54:35 +0000 (15:54 +0000)
gdb/ChangeLog
gdb/doc/ChangeLog

index 5ea2c05..cc1a66b 100644 (file)
@@ -65,8 +65,6 @@
        Python mapping methods on gdb.Type object.
        (gdb.TypeIterator): New Python type.
        * python/python-internal.h (gdbpy_iter_kind): New enum.
-       * doc/gdb.texinfo (gdb.Type): Document field access by dictionary
-       key syntax.
 
 2011-09-28  David S. Miller  <davem@davemloft.net>
 
index 4ccd64c..60aa0e6 100644 (file)
        as possible feature returned by the `-list-features'
        command.
 
+2011-09-28  Paul Koning  <paul_koning@dell.com>
+
+       * gdb.texinfo (gdb.Type): Document field access by dictionary
+       key syntax.
+
 2011-09-28  Yao Qi  <yao@codesourcery.com>
 
        * gdb.texinfo (Files): Update options for `add-symbol-file'.