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.
This commit is contained in:
Chen Gang 2015-02-20 06:51:12 +08:00
parent f63c17760f
commit 16218fd311
4 changed files with 18 additions and 20 deletions

View 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.

View 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>

View 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.

View 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.