summaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2015-09-15 17:35:21 +0100
committerPedro Alves <palves@redhat.com>2015-09-15 17:35:21 +0100
commit5a676acc4bba751c7746c4a200a054d6c557f3ee (patch)
tree20a7d74e3acd4f89650eb794c1714ab3d5537dd2 /gdb/ChangeLog
parent8228463cbca8d629572dbad99286c4e05886350b (diff)
downloadbinutils-gdb-5a676acc4bba751c7746c4a200a054d6c557f3ee.tar.gz
Move ChangeLog entry to proper place
gdb/ChangeLog -> gdb/gdbserver/ChangeLog 2015-09-15 Pedro Alves <palves@redhat.com> PR remote/18965 * remote-utils.c (prepare_resume_reply): Merge TARGET_WAITKIND_VFORK_DONE switch case with the TARGET_WAITKIND_FORKED case.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog7
1 files changed, 0 insertions, 7 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index d19c71adc51..9932d60edb6 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,10 +1,3 @@
-2015-09-15 Pedro Alves <palves@redhat.com>
-
- PR remote/18965
- * remote-utils.c (prepare_resume_reply): Merge
- TARGET_WAITKIND_VFORK_DONE switch case with the
- TARGET_WAITKIND_FORKED case.
-
2015-09-15 Yao Qi <yao.qi@linaro.org>
* aarch64-linux-nat.c (aarch64_linux_can_do_single_step): New