]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
sim: ChangeLog: Correct the related items position and format.
authorChen Gang <gang.chen.5i5j@gmail.com>
Thu, 19 Feb 2015 22:51:12 +0000 (06:51 +0800)
committerChen Gang <gang.chen.5i5j@gmail.com>
Thu, 19 Feb 2015 23:04:13 +0000 (07:04 +0800)
Move several items from sim/ChangeLog to sim/*/ChangeLog. Also remove
the incorrect white space in sim/common/ChangeLog.

sim/ChangeLog
sim/common/ChangeLog
sim/mcore/ChangeLog
sim/microblaze/ChangeLog

index a891ce51f7b9a2d91b1ff95d192a8f7ad31b8d8c..35d092006f8a1599ddcc8d26fdae55bb0d72910f 100644 (file)
@@ -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.
index 7acc03c99aae30c43440b8e3d49daf3aff2358e6..9dfdb8e50ee60576bedbb81a3a65a338bf3aed69 100644 (file)
@@ -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>
 
index d1089741058d8575325ab03bc356d8ae1919ad5a..7bd3029710adfb2e9085ebf634050105955fba6b 100644 (file)
@@ -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.
index c6b72b5de969cb9399853a10cd50fb73a7fb2cde..2f9fea6a89659d07098450bcf872c6e333b87555 100644 (file)
@@ -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.