From: Pedro Alves Date: Tue, 15 Sep 2015 16:35:21 +0000 (+0100) Subject: Move ChangeLog entry to proper place X-Git-Tag: users/hjl/linux/release/2.25.51.0.4~1^2~27^2~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a676acc4bba751c7746c4a200a054d6c557f3ee;p=thirdparty%2Fbinutils-gdb.git Move ChangeLog entry to proper place gdb/ChangeLog -> gdb/gdbserver/ChangeLog 2015-09-15 Pedro Alves PR remote/18965 * remote-utils.c (prepare_resume_reply): Merge TARGET_WAITKIND_VFORK_DONE switch case with the TARGET_WAITKIND_FORKED case. --- 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 - - 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 * aarch64-linux-nat.c (aarch64_linux_can_do_single_step): New diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog index 89ec1f85c58..6d6097f272d 100644 --- a/gdb/gdbserver/ChangeLog +++ b/gdb/gdbserver/ChangeLog @@ -1,3 +1,10 @@ +2015-09-15 Pedro Alves + + 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 * server.c (handle_query): Check string comparison using