From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13718 invoked by alias); 16 Feb 2013 08:56:58 -0000 Received: (qmail 13687 invoked by uid 22791); 16 Feb 2013 08:56:58 -0000 X-SWARE-Spam-Status: No, hits=-4.5 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL,TW_SM,T_FILL_THIS_FORM_SHORT X-Spam-Check-By: sourceware.org Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 16 Feb 2013 08:56:50 +0000 Received: from svr-orw-exc-10.mgc.mentorg.com ([147.34.98.58]) by relay1.mentorg.com with esmtp id 1U6dZh-0005AR-TD from Yao_Qi@mentor.com ; Sat, 16 Feb 2013 00:56:49 -0800 Received: from SVR-ORW-FEM-04.mgc.mentorg.com ([147.34.97.41]) by SVR-ORW-EXC-10.mgc.mentorg.com with Microsoft SMTPSVC(6.0.3790.4675); Sat, 16 Feb 2013 00:56:49 -0800 Received: from qiyao.dyndns.org (147.34.91.1) by svr-orw-fem-04.mgc.mentorg.com (147.34.97.41) with Microsoft SMTP Server id 14.1.289.1; Sat, 16 Feb 2013 00:56:49 -0800 Message-ID: <511F4991.4070006@codesourcery.com> Date: Sat, 16 Feb 2013 08:56:00 -0000 From: Yao Qi User-Agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: asmwarrior CC: Subject: Re: [patch]remove whitespace in frame.c References: <511E4EAC.2020602@gmail.com> <511F11A3.1010300@codesourcery.com> <511F3944.4070208@gmail.com> In-Reply-To: <511F3944.4070208@gmail.com> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 8bit X-IsSubscribed: yes 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 X-SW-Source: 2013-02/txt/msg00436.txt.bz2 On 02/16/2013 03:46 PM, asmwarrior wrote: > Hi, Yao, thanks. I do not know what is the correct changelog text format. > I think changelog can be: > Remove one extra white space after #include directive. > The format is not correct. See more about ChangeLog here http://www.gnu.org/prep/standards/standards.html#Change-Logs > Anyway, the patch is too simple and abvious in my original post, so any GDB devs can help to apply it. Not really :) The patch is simple, but we still need to know who made this change, the name and email address. Some one may use gmail post patches and use his/her employer's email address in ChangeLog. We don't know what name and email address you want to put on ChangeLog. I find your record in ChangeLog-2012, so use it here. 2013-02-16 Yuanhui Zhang * frame.c: Remove one extra white space after #include directive. Anyway, since you post patch here, please follow the rules. Writing a changelog entry shouldn't cost you more than ten minutes, so next time, please don't forget the changelog entry. Thanks. I'll commit this patch for you. -- Yao (齐尧)