diff options
author | 2011-05-26 15:49:26 +0000 | |
---|---|---|
committer | 2011-05-26 15:49:26 +0000 | |
commit | 6938fd346aa1288a347422e96a6bc50f2673a51f (patch) | |
tree | 62ad86915825a8abf1081f298b323c0ab635e1f4 /gdb/ChangeLog | |
parent | 2011-05-26 Pedro Alves <pedro@codesourcery.com> (diff) | |
download | binutils-gdb-6938fd346aa1288a347422e96a6bc50f2673a51f.tar.gz binutils-gdb-6938fd346aa1288a347422e96a6bc50f2673a51f.tar.bz2 binutils-gdb-6938fd346aa1288a347422e96a6bc50f2673a51f.zip |
2011-05-26 Yao Qi <yao@codesourcery.com>
gdb/
* gdb_thread_db.h: Delete. Move to ...
* common/gdb_thread_db.h: ... here.
gdb/gdbserver/
* Makefile.in (thread-db.o): Track dependence to
common/gdb_thread_db.h.
* thread-db.c: include gdb_thread_db.h from right place.
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 6dae1df5b9d..ad46da1c4f5 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2011-05-26 Yao Qi <yao@codesourcery.com> + + * gdb_thread_db.h: Delete. Move to ... + * common/gdb_thread_db.h: ... here. + 2011-05-26 Pedro Alves <pedro@codesourcery.com> * infcmd.c (finish_backward): Set a step-resume breakpoint at the |