From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15071 invoked by alias); 16 Feb 2011 06:44:03 -0000 Received: (qmail 15058 invoked by uid 22791); 16 Feb 2011 06:44:03 -0000 X-SWARE-Spam-Status: No, hits=-6.3 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD 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; Wed, 16 Feb 2011 06:43:56 +0000 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p1G6hlYq018328 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 16 Feb 2011 01:43:47 -0500 Received: from host1.dyn.jankratochvil.net (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id p1G6hiPB012841 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 16 Feb 2011 01:43:47 -0500 Received: from host1.dyn.jankratochvil.net (localhost [127.0.0.1]) by host1.dyn.jankratochvil.net (8.14.4/8.14.4) with ESMTP id p1G6h4Z6020907; Wed, 16 Feb 2011 07:43:09 +0100 Received: (from jkratoch@localhost) by host1.dyn.jankratochvil.net (8.14.4/8.14.4/Submit) id p1G6gmt0020855; Wed, 16 Feb 2011 07:42:48 +0100 Date: Wed, 16 Feb 2011 06:55:00 -0000 From: Jan Kratochvil To: Yao Qi Cc: Tom Tromey , gdb-patches@sourceware.org Subject: Re: [obv] Merge gdb/common/Changelog to gdb/ChangeLog [Re: [rfa/rfc] Build libcommon.a for gdb and gdbserver] Message-ID: <20110216064238.GA19651@host1.dyn.jankratochvil.net> References: <4D30E23F.3080103@codesourcery.com> <4D34C9DE.3040603@codesourcery.com> <4D375F44.70504@codesourcery.com> <20110215133739.GA14877@host1.dyn.jankratochvil.net> <20110215211537.GA20962@host1.dyn.jankratochvil.net> <4D5B2999.5010906@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4D5B2999.5010906@codesourcery.com> User-Agent: Mutt/1.5.21 (2010-09-15) 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: 2011-02/txt/msg00352.txt.bz2 On Wed, 16 Feb 2011 02:34:17 +0100, Yao Qi wrote: > common/ dir is to contain the common files for gdb and gdbserver, so it > should have its own changelog file. IMO, we may have to revert this > patch, what do you think? In such case we have to separate out all the existing common/ lines from gdb/ChangeLog* to gdb/common/ChangeLog first. I do not mind which way but having some entries in gdb/ChangeLog and some entries in gdb/common/ChangeLog is not acceptable. Thanks, Jan