Fix misplaced documentation entry (Paul Koning, 2011-09-28)

This commit is contained in:
Paul Koning 2011-10-04 15:54:35 +00:00
parent 4eee63bce8
commit 699df94d5a
2 changed files with 5 additions and 2 deletions

View 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>

View File

@ -15,6 +15,11 @@
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'.