Move ChangeLog entry to proper place
authorPedro Alves <palves@redhat.com>
Tue, 15 Sep 2015 16:35:21 +0000 (17:35 +0100)
committerPedro Alves <palves@redhat.com>
Tue, 15 Sep 2015 16:35:21 +0000 (17:35 +0100)
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.

gdb/ChangeLog
gdb/gdbserver/ChangeLog

index d19c71adc51175171e82392152e8311ffffdb173..9932d60edb6877ce4cfd51b3eaf156416fb45a49 100644 (file)
@@ -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
index 89ec1f85c58a3baee04566b0bd52be31078dfd2c..6d6097f272dcccf37d8d44276d5176162677125a 100644 (file)
@@ -1,3 +1,10 @@
+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>
 
        * server.c (handle_query): Check string comparison using
This page took 0.051714 seconds and 4 git commands to generate.