diff options
author | Maciej W. Rozycki <macro@codesourcery.com> | 2014-09-01 15:09:59 +0100 |
---|---|---|
committer | Maciej W. Rozycki <macro@codesourcery.com> | 2014-09-01 15:09:59 +0100 |
commit | 1c3569d4671201a9473e4b7af353a2c339027df1 (patch) | |
tree | 18f74fa08bd01c47e7edc7f57b815f7b39f76ebc /gdb/ChangeLog | |
parent | e36bf698787936b2412e05007dfe77dee98ed2e8 (diff) | |
download | gdb-1c3569d4671201a9473e4b7af353a2c339027df1.zip gdb-1c3569d4671201a9473e4b7af353a2c339027df1.tar.gz gdb-1c3569d4671201a9473e4b7af353a2c339027df1.tar.bz2 |
Move `_initialize_varobj' to the end of varobj.c
* varobj.c (_initialize_varobj): Move to the end of file.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 07f0c5e..8963878 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2014-09-01 Maciej W. Rozycki <macro@codesourcery.com> + + * varobj.c (_initialize_varobj): Move to the end of file. + 2014-08-29 Gary Benson <gbenson@redhat.com> * common/common-exceptions.h: New file. |