aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2011-06-24 19:29:49 +0000
committerTom Tromey <tromey@redhat.com>2011-06-24 19:29:49 +0000
commit5998129b54923c51b277ab385fbb619189525098 (patch)
tree18931f897d12659a196e05c865d2aa34c4adc579 /gdb/ChangeLog
parent472076e46d7b42d99e2a9ee80c7c58b0d16d748c (diff)
downloadfsf-binutils-gdb-5998129b54923c51b277ab385fbb619189525098.zip
fsf-binutils-gdb-5998129b54923c51b277ab385fbb619189525098.tar.gz
fsf-binutils-gdb-5998129b54923c51b277ab385fbb619189525098.tar.bz2
* Makefile.in (HFILES_NO_SRCDIR): Add "common/" to
gdb_thread_db.h. Move all common/ entries to be together. (TAGS): Don't depend on DEPFILES.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index e17e370..a89cf90 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,9 @@
+2011-06-24 Tom Tromey <tromey@redhat.com>
+
+ * Makefile.in (HFILES_NO_SRCDIR): Add "common/" to
+ gdb_thread_db.h. Move all common/ entries to be together.
+ (TAGS): Don't depend on DEPFILES.
+
2011-06-23 Yao Qi <yao@codesourcery.com>
* infrun.c (start_remote): Move call init_wait_for_inferior to ...