From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10118 invoked by alias); 19 Feb 2015 12:47:05 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 9995 invoked by uid 89); 19 Feb 2015 12:47:04 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_00,SPF_PASS,UNPARSEABLE_RELAY autolearn=ham version=3.3.2 X-HELO: out2130-246.mail.aliyun.com Received: from out2130-246.mail.aliyun.com (HELO out2130-246.mail.aliyun.com) (42.156.130.246) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 19 Feb 2015 12:46:58 +0000 X-Alimail-AntiSpam:AC=SUSPECT;BC=0.8041846|0.8816386;BR=01201311R351b1;FP=0|0|0|0|0|-1|-1|-1;HT=r41g03009;MF=gang.chen@sunrus.com.cn;PH=DS;RN=1;RT=1;SR=0; Received: from ShengShiZhuChengdeMacBook-Pro.local(mailfrom:gang.chen@sunrus.com.cn ip:223.72.65.26) by smtp.aliyun-inc.com(10.147.34.66); Thu, 19 Feb 2015 20:46:51 +0800 Message-ID: <54E5DD13.5080100@sunrus.com.cn> Date: Thu, 19 Feb 2015 12:47:00 -0000 From: Chen Gang S User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: "gdb-patches@sourceware.org" Subject: [PATCH v2] sim: ChangeLog: Correct the related items position and format. Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2015-02/txt/msg00535.txt.bz2 Move several items from sim/ChangeLog to sim/*/ChangeLog. Also remove the incorrect white space in sim/common/ChangeLog. --- sim/ChangeLog | 19 ------------------- sim/common/ChangeLog | 7 ++++++- sim/mcore/ChangeLog | 4 ++++ sim/microblaze/ChangeLog | 9 +++++++++ 4 files changed, 19 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 - - * microblaze/interp.c (sim_do_command): Call freeargv() before - return. - -2015-02-02 Chen Gang - - * mcore/interp.c (sim_do_command): Call freeargv() before return. - -2015-02-02 Chen Gang - - * common/sim-options.c (sim_args_command): Call freeargv() when - failure occurs. - -2014-07-01 Chen Gang - - * sim/microblaze/interp.c: Use long int format instead of int - format to avoid compiling warnings. - 2014-03-12 Nick Clifton * 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 - * gentmap.c: Include "string.h". + * gentmap.c: Include "string.h". + +2015-02-02 Chen Gang + + * sim-options.c (sim_args_command): Call freeargv() when failure + occurs. 2015-01-07 Joel Brobecker 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 + + * interp.c (sim_do_command): Call freeargv() before return. + 2014-08-19 Alan Modra * configure: Regenerate. diff --git a/sim/microblaze/ChangeLog b/sim/microblaze/ChangeLog index bed555f..c8369cf 100644 --- a/sim/microblaze/ChangeLog +++ b/sim/microblaze/ChangeLog @@ -1,3 +1,12 @@ + +2015-02-02 Chen Gang + + * interp.c (sim_do_command): Call freeargv() before return. + +2014-07-01 Chen Gang + + * interp.c: Use long int format instead of int format. + 2014-08-19 Alan Modra * configure: Regenerate. -- 1.9.3