From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3026 invoked by alias); 7 Jan 2014 05:07:33 -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 3016 invoked by uid 89); 7 Jan 2014 05:07:33 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.2 required=5.0 tests=AWL,BAYES_00,MSGID_MULTIPLE_AT,RP_MATCHES_RCVD,SPF_PASS autolearn=no version=3.3.2 X-HELO: LGEMRELSE6Q.lge.com Received: from LGEMRELSE6Q.lge.com (HELO LGEMRELSE6Q.lge.com) (156.147.1.121) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 07 Jan 2014 05:07:31 +0000 Received: from GNRHQ10NA10046 ( [10.186.119.205]) by LGEMRELSE6Q.lge.com (Symantec Brightmail Gateway) with SMTP id CA.C4.25656.09B8BC25; Tue, 7 Jan 2014 14:07:28 +0900 (KST) From: "Honggyu Kim" To: "'Joel Brobecker'" Cc: , "'Sergio Durigan Junior'" , "'Tom Tromey'" References: <1389057227-8616-1-git-send-email-hong.gyu.kim@lge.com> <006301cf0b4d$dd6d9f50$9848ddf0$@gyu.kim@lge.com> <20140107025701.GF3802@adacore.com> In-Reply-To: <20140107025701.GF3802@adacore.com> Subject: RE: [PATCH v3] Remove duplicated include in gdb directory Date: Tue, 07 Jan 2014 05:07:00 -0000 Message-ID: <006b01cf0b66$5bd81010$13883030$@gyu.kim@lge.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2014-01/txt/msg00128.txt.bz2 I have followed your suggestion and submitted a PATCH v4. Please let me know if I misunderstood something on your point. Thanks for the kind reply :) Honggyu Kim -----Original Message----- From: gdb-patches-owner@sourceware.org [mailto:gdb-patches-owner@sourceware.org] On Behalf Of Joel Brobecker Sent: Tuesday, January 07, 2014 11:57 AM To: Honggyu Kim Cc: gdb-patches@sourceware.org Subject: Re: [PATCH v3] Remove duplicated include in gdb directory > I have submitted a new patch with ChangLog modification. I'm kind of > new to gdb community so please let me know if you need anything else. > I appreciate your help. In that spirit, we kindly request that the text of the ChangeLog entry be part of the email, rather than in the diff. Having it in the diff also is fine, I think, if it makes it simpler to send the patch. Other than that, no other comment on this patch... Welcome to the group :). -- Joel