diff options
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/NEWS | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 134cb97..b794365 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2012-11-09 Yao Qi <yao@codesourcery.com> + + * NEWS: Mention the fix to the ambiguity of 'fo' command. + 2012-11-09 Pedro Alves <palves@redhat.com> PR gdb/14306 @@ -24,6 +24,8 @@ * The 'cd' command now defaults to using '~' (the home directory) if not given an argument. +* The command 'forward-search' can now be abbreviated as 'fo'. + * New configure options --enable-libmcheck/--disable-libmcheck |