diff options
author | Yao Qi <yao@codesourcery.com> | 2012-08-09 06:26:25 +0000 |
---|---|---|
committer | Yao Qi <yao@codesourcery.com> | 2012-08-09 06:26:25 +0000 |
commit | 28578e6b11759a8ed9a71f56329fe2b736d5d443 (patch) | |
tree | c7387851b8e685fb3a19185fcce76a457d47e3da /gdb/ChangeLog | |
parent | eeb1f9aea6773f39b281b43600d38ec0aa3fed6d (diff) | |
download | gdb-28578e6b11759a8ed9a71f56329fe2b736d5d443.zip gdb-28578e6b11759a8ed9a71f56329fe2b736d5d443.tar.gz gdb-28578e6b11759a8ed9a71f56329fe2b736d5d443.tar.bz2 |
gdb/
* cli/cli-dump.c: Add 'static' to some cmd_list_element variables.
* gnu-nat.c, symfile.c: Likewise.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 68638f9..9f6b062 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2012-08-09 Yao Qi <yao@codesourcery.com> + + * cli/cli-dump.c: Add 'static' to some cmd_list_element variables. + * gnu-nat.c, symfile.c: Likewise. + 2012-08-08 Aaron Gamble <agamble@google.com> * utils.c (prompt_for_continue_wait_time): New static global. |