From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23490 invoked by alias); 15 Feb 2011 21:15:52 -0000 Received: (qmail 23481 invoked by uid 22791); 15 Feb 2011 21:15:52 -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; Tue, 15 Feb 2011 21:15: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 p1FLFewB032364 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 15 Feb 2011 16:15:40 -0500 Received: from host1.dyn.jankratochvil.net (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id p1FLFcL6005964 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 15 Feb 2011 16:15:39 -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 p1FLFcS9021123; Tue, 15 Feb 2011 22:15:38 +0100 Received: (from jkratoch@localhost) by host1.dyn.jankratochvil.net (8.14.4/8.14.4/Submit) id p1FLFbYH021122; Tue, 15 Feb 2011 22:15:37 +0100 Date: Tue, 15 Feb 2011 21:18:00 -0000 From: Jan Kratochvil To: Yao Qi Cc: Tom Tromey , gdb-patches@sourceware.org Subject: [obv] Merge gdb/common/Changelog to gdb/ChangeLog [Re: [rfa/rfc] Build libcommon.a for gdb and gdbserver] Message-ID: <20110215211537.GA20962@host1.dyn.jankratochvil.net> References: <4D30E23F.3080103@codesourcery.com> <4D34C9DE.3040603@codesourcery.com> <4D375F44.70504@codesourcery.com> <20110215133739.GA14877@host1.dyn.jankratochvil.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110215133739.GA14877@host1.dyn.jankratochvil.net> 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/msg00344.txt.bz2 On Tue, 15 Feb 2011 14:37:39 +0100, Jan Kratochvil wrote: > gdb/common/ does not have its own as you created, so far its entries are contained > in gdb/ChangeLog, it should be merged to gdb/ChangeLog. > > If I do not see any comment today I will check it in. Merged it, checked in. Thanks, Jan http://sourceware.org/ml/gdb-cvs/2011-02/msg00101.html Merge gdb/common/ChangeLog back to gdb/ChangeLog. --- src/gdb/ChangeLog 2011/02/15 21:05:50 1.12586 +++ src/gdb/ChangeLog 2011/02/15 21:14:01 1.12587 @@ -371,6 +371,10 @@ * Makefile.in (CLEANDIRS): Remove duplicated common dir. +2011-02-11 Yao Qi + + * common/Makefile.in: Add copyright header. + 2011-02-11 Pedro Alves * infrun.c (proceed): Move switching out and in of tfind mode from @@ -384,6 +388,15 @@ * configure.ac: Add common to sub dir. * configure: Regenerate. +2011-02-11 Yao Qi + + Build libcommon.a. + + * common/Makefile.in: New. + * common/configure.ac: New. + * common/aclocal.m4: New. + * common/configure: Generate. + 2011-02-10 Pedro Alves * vec.h (VEC_block_remove): Place VEC_ASSERT_INFO on the right