From: Paul Koning Date: Tue, 4 Oct 2011 15:54:35 +0000 (+0000) Subject: Fix misplaced documentation entry (Paul Koning, 2011-09-28) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=699df94d5a8abbd5e3aaa2ab7f7334934457763c;p=binutils-gdb.git Fix misplaced documentation entry (Paul Koning, 2011-09-28) --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 5ea2c05f67d..cc1a66bcbce 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 diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 4ccd64ca196..60aa0e6b35e 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 + + * gdb.texinfo (gdb.Type): Document field access by dictionary + key syntax. + 2011-09-28 Yao Qi * gdb.texinfo (Files): Update options for `add-symbol-file'.