diff options
author | Chen Gang <gang.chen.5i5j@gmail.com> | 2015-02-20 06:51:12 +0800 |
---|---|---|
committer | Chen Gang <gang.chen.5i5j@gmail.com> | 2015-02-20 07:04:13 +0800 |
commit | 16218fd311d470f8f3540f4badee69f2ed14d854 (patch) | |
tree | a894e3825d3dbc43a5ff7dc390036bae876420c1 /sim/common | |
parent | f63c17760fab6fbf56ba500f7a8c746aa15b34a4 (diff) | |
download | gdb-16218fd311d470f8f3540f4badee69f2ed14d854.zip gdb-16218fd311d470f8f3540f4badee69f2ed14d854.tar.gz gdb-16218fd311d470f8f3540f4badee69f2ed14d854.tar.bz2 |
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.
Diffstat (limited to 'sim/common')
-rw-r--r-- | sim/common/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
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> |