From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17221 invoked by alias); 18 Jan 2010 06:53:53 -0000 Received: (qmail 17212 invoked by uid 22791); 18 Jan 2010 06:53:52 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from nwd2mail11.analog.com (HELO nwd2mail11.analog.com) (137.71.25.57) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 18 Jan 2010 06:53:44 +0000 Received: from nwd2hubcas2.ad.analog.com ([10.64.73.30]) by nwd2mail11.analog.com with ESMTP; 18 Jan 2010 01:53:26 -0500 Received: from nwd2exm5.ad.analog.com (10.64.51.20) by NWD2HUBCAS2.ad.analog.com (10.64.73.30) with Microsoft SMTP Server id 8.1.358.0; Mon, 18 Jan 2010 01:53:25 -0500 Received: from nwd2exm20.ad.analog.com ([10.64.73.20]) by nwd2exm5.ad.analog.com with Microsoft SMTPSVC(6.0.3790.3959); Mon, 18 Jan 2010 01:53:25 -0500 Received: from chinexm1.ad.analog.com ([10.99.27.42]) by nwd2exm20.ad.analog.com with Microsoft SMTPSVC(6.0.3790.3959); Mon, 18 Jan 2010 01:53:25 -0500 Received: from [10.99.29.107] ([10.99.29.107]) by chinexm1.ad.analog.com with Microsoft SMTPSVC(6.0.3790.1830); Mon, 18 Jan 2010 14:49:37 +0800 Message-ID: <4B540480.1060905@analog.com> Date: Mon, 18 Jan 2010 06:53:00 -0000 From: Jie Zhang User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.5) Gecko/20100114 Lightning/1.0b1 Shredder/3.0 MIME-Version: 1.0 To: Joel Brobecker CC: gdb-patches@sourceware.org Subject: Re: [RFA] Fix a parallel build error in doc References: <4B5262AC.3080606@analog.com> <20100118033804.GB17397@adacore.com> <4B53D86E.9070202@analog.com> <20100118035848.GC17397@adacore.com> <4B53DCDC.7050909@analog.com> <20100118041726.GF17397@adacore.com> <4B53E348.80803@analog.com> <20100118050059.GG17397@adacore.com> In-Reply-To: <20100118050059.GG17397@adacore.com> Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit 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: 2010-01/txt/msg00447.txt.bz2 On 01/18/2010 01:00 PM, Joel Brobecker wrote: >> Thanks! Committed. Do you think we need it for gdb-7.0 branch? > > You can add it to the 7.0 branch, but it is unlikely that there will > be another release off that branch. > I have added it to 7.0 branch. Jie