From 699df94d5a8abbd5e3aaa2ab7f7334934457763c Mon Sep 17 00:00:00 2001 From: Paul Koning Date: Tue, 4 Oct 2011 15:54:35 +0000 Subject: [PATCH] Fix misplaced documentation entry (Paul Koning, 2011-09-28) --- gdb/ChangeLog | 2 -- gdb/doc/ChangeLog | 5 +++++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 5ea2c05f67..cc1a66bcbc 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 4ccd64ca19..60aa0e6b35 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'. -- 2.34.1