This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] Move ChangeLog entry to proper place


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=5a676acc4bba751c7746c4a200a054d6c557f3ee

commit 5a676acc4bba751c7746c4a200a054d6c557f3ee
Author: Pedro Alves <palves@redhat.com>
Date:   Tue Sep 15 17:35:21 2015 +0100

    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.

Diff:
---
 gdb/ChangeLog           | 7 -------
 gdb/gdbserver/ChangeLog | 7 +++++++
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index d19c71a..9932d60 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
diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog
index 89ec1f8..6d6097f 100644
--- a/gdb/gdbserver/ChangeLog
+++ b/gdb/gdbserver/ChangeLog
@@ -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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]