From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19968 invoked by alias); 20 Dec 2011 18:30:11 -0000 Received: (qmail 19922 invoked by uid 22791); 20 Dec 2011 18:30:04 -0000 X-SWARE-Spam-Status: No, hits=-5.7 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 20 Dec 2011 18:29:47 +0000 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id pBKITkUE011367 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 20 Dec 2011 13:29:46 -0500 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id pBKITjnS024425; Tue, 20 Dec 2011 13:29:45 -0500 Received: from barimba (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id pBKITisF021918; Tue, 20 Dec 2011 13:29:44 -0500 From: Tom Tromey To: oza Pawandeep Cc: Petr =?utf-8?Q?Hluz=C3=ADn?= , paawan oza , "gdb-patches\@sourceware.org" , chandra krishnappa Subject: Re: [PATCH] arm reversible : References: <998639.46560.qm@web112516.mail.gq1.yahoo.com> <321260.58442.qm@web112504.mail.gq1.yahoo.com> <1316327455.23344.YahooMailNeo@web112509.mail.gq1.yahoo.com> <1316404058.27177.YahooMailNeo@web112502.mail.gq1.yahoo.com> <1318650316.91503.YahooMailNeo@web112508.mail.gq1.yahoo.com> Date: Tue, 20 Dec 2011 19:05:00 -0000 In-Reply-To: (oza Pawandeep's message of "Sat, 3 Dec 2011 13:49:46 +0530") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.92 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain 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: 2011-12/txt/msg00691.txt.bz2 >>>>> "Oza" == oza Pawandeep writes: Oza> 2) I could not write changelog entry because I have been getting Oza> commments, and moreover I was not sure whether I should get changelog Oza> entry from latest gdb 7.3 or latest current working version of gdb ? I Oza> think later is true in my understanding. Oza> I will include changelog this time; sorry for having you point it out Oza> in all reviews. Yeah, ChangeLogs are a bit of a pain. There are various ways to deal with them, e.g., keeping them in a separate file until checkin time. I use different techniques depending on the context. Anyway, I'm sorry about it, but for the time being it is just a cost of working on GDB. Tom