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] sim: ChangeLog: Correct the related items position and format.


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

commit 16218fd311d470f8f3540f4badee69f2ed14d854
Author: Chen Gang <gang.chen.5i5j@gmail.com>
Date:   Fri Feb 20 06:51:12 2015 +0800

    sim: ChangeLog: Correct the related items position and format.
    
    Move several items from sim/ChangeLog to sim/*/ChangeLog. Also remove
    the incorrect white space in sim/common/ChangeLog.

Diff:
---
 sim/ChangeLog            | 19 -------------------
 sim/common/ChangeLog     |  7 ++++++-
 sim/mcore/ChangeLog      |  4 ++++
 sim/microblaze/ChangeLog |  8 ++++++++
 4 files changed, 18 insertions(+), 20 deletions(-)

diff --git a/sim/ChangeLog b/sim/ChangeLog
index a891ce5..35d0920 100644
--- a/sim/ChangeLog
+++ b/sim/ChangeLog
@@ -1,22 +1,3 @@
-2015-02-02  Chen Gang <gang.chen.5i5j@gmail.com>
-
-	* microblaze/interp.c (sim_do_command): Call freeargv() before
-	return.
-
-2015-02-02  Chen Gang <gang.chen.5i5j@gmail.com>
-
-	* mcore/interp.c (sim_do_command): Call freeargv() before return.
-
-2015-02-02  Chen Gang <gang.chen.5i5j@gmail.com>
-
-	* common/sim-options.c (sim_args_command): Call freeargv() when
-	failure occurs.
-
-2014-07-01  Chen Gang <gang.chen.5i5j@gmail.com>
-
-	* sim/microblaze/interp.c: Use long int format instead of int
-	format to avoid compiling warnings.
-
 2014-03-12  Nick Clifton  <nickc@redhat.com>
 
 	* MAINTAINERS: Add myself as the maintainer for the MSP430.
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog
index 7acc03c..9dfdb8e 100644
--- a/sim/common/ChangeLog
+++ b/sim/common/ChangeLog
@@ -1,6 +1,11 @@
 2015-02-13  Chen Gang  <gang.chen.5i5j@gmail.com>
 
-	*  gentmap.c: Include "string.h".
+	* gentmap.c: Include "string.h".
+
+2015-02-02  Chen Gang  <gang.chen.5i5j@gmail.com>
+
+	* sim-options.c (sim_args_command): Call freeargv() when failure
+	occurs.
 
 2015-01-07  Joel Brobecker  <brobecker@adacore.com>
 
diff --git a/sim/mcore/ChangeLog b/sim/mcore/ChangeLog
index d108974..7bd3029 100644
--- a/sim/mcore/ChangeLog
+++ b/sim/mcore/ChangeLog
@@ -2,6 +2,10 @@
 
 	* interp.c: Include "unistd.h".
 
+2015-02-02  Chen Gang  <gang.chen.5i5j@gmail.com>
+
+	* interp.c (sim_do_command): Call freeargv() before return.
+
 2014-08-19  Alan Modra  <amodra@gmail.com>
 
 	* configure: Regenerate.
diff --git a/sim/microblaze/ChangeLog b/sim/microblaze/ChangeLog
index c6b72b5..2f9fea6 100644
--- a/sim/microblaze/ChangeLog
+++ b/sim/microblaze/ChangeLog
@@ -2,6 +2,14 @@
 
 	* microblaze.isa: Add "microblaze_" prefix to "or", "and", and "xor".
 
+2015-02-02  Chen Gang  <gang.chen.5i5j@gmail.com>
+
+	* interp.c (sim_do_command): Call freeargv() before return.
+
+2014-07-01  Chen Gang  <gang.chen.5i5j@gmail.com>
+
+	* interp.c: Use long int format instead of int format.
+
 2014-08-19  Alan Modra  <amodra@gmail.com>
 
 	* configure: Regenerate.


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