diff options
author | Paul Koning <pkoning@equallogic.com> | 2011-10-04 15:54:35 +0000 |
---|---|---|
committer | Paul Koning <pkoning@equallogic.com> | 2011-10-04 15:54:35 +0000 |
commit | 699df94d5a8abbd5e3aaa2ab7f7334934457763c (patch) | |
tree | 2031f80795fb0eebf9950b9d608c7c13b4a13545 /gdb | |
parent | 4eee63bce83d1df7e6b6fa1a3c52b2db80a7529d (diff) | |
download | fsf-binutils-gdb-699df94d5a8abbd5e3aaa2ab7f7334934457763c.zip fsf-binutils-gdb-699df94d5a8abbd5e3aaa2ab7f7334934457763c.tar.gz fsf-binutils-gdb-699df94d5a8abbd5e3aaa2ab7f7334934457763c.tar.bz2 |
Fix misplaced documentation entry (Paul Koning, 2011-09-28)
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 2 | ||||
-rw-r--r-- | gdb/doc/ChangeLog | 5 |
2 files changed, 5 insertions, 2 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 5ea2c05..cc1a66b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -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> diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 4ccd64c..60aa0e6 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -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'. |