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 CL entries from gdb/ChangeLog to gdb/testsuite/ChangeLog


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

commit 1e6697eab9df68757a1b2dbaec5cb1ca25730c71
Author: Yao Qi <yao.qi@linaro.org>
Date:   Wed Mar 30 09:27:43 2016 +0100

    Move CL entries from gdb/ChangeLog to gdb/testsuite/ChangeLog
    
    Two ChangeLog entries in gdb/ChangeLog should be placed in
    gdb/testsuite/ChangeLog.  This patch moves them to the right
    place.

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

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 7d1429c..f1e99d7 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -23,11 +23,6 @@
 
 	* gdb/value.c (value_actual_type): Fix formatting issue.
 
-2016-03-24  Yao Qi  <yao.qi@linaro.org>
-
-	* gdb.reverse/break-reverse.exp: Add quotation mark in the
-	test message.
-
 2016-03-23  Yao Qi  <yao.qi@linaro.org>
 
 	* gdbarch.sh (software_single_step): Remove comments.
@@ -347,10 +342,6 @@
 	* top.c (window_hook): Delete.
 	(command_loop): Remove references to window_hook.
 
-2016-03-09  Pedro Alves  <palves@redhat.com>
-
-	* gdb.base/command-line-input.exp: New file.
-
 2016-03-09  Marcin KoÅ?cielnicki  <koriakin@0x04.net>
 
 	* corefile.c (safe_read_memory_unsigned_integer): New function.
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 76af269..1fac1e3 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -11,6 +11,11 @@
 
 	* gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
 
+2016-03-24  Yao Qi  <yao.qi@linaro.org>
+
+	* gdb.reverse/break-reverse.exp: Add quotation mark in the
+	test message.
+
 2016-03-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
 
 	* gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
@@ -72,6 +77,10 @@
 	* gdb.threads/staticthreads.exp: Likewise.
 	* gdb.threads/tls.exp: Likewise.
 
+2016-03-09  Pedro Alves  <palves@redhat.com>
+
+	* gdb.base/command-line-input.exp: New file.
+
 2016-03-09  Marcin KoÅ?cielnicki  <koriakin@0x04.net>
 
 	* gdb.trace/ftrace.exp: Set arg0exp for ppc.


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