From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19587 invoked by alias); 9 Oct 2009 01:42:55 -0000 Received: (qmail 19579 invoked by uid 22791); 9 Oct 2009 01:42:54 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,SPF_FAIL X-Spam-Check-By: sourceware.org Received: from gandharva.secretlabs.de (HELO gandharva.secretlabs.de) (78.46.147.237) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 09 Oct 2009 01:42:49 +0000 Received: from tamarin.localnet (123-192-145-111.dynamic.kbronet.com.tw [123.192.145.111]) by gandharva.secretlabs.de (Postfix) with ESMTPSA id 673101B10C04; Fri, 9 Oct 2009 01:50:47 +0000 (UTC) From: Holger Freyther To: Joel Brobecker Subject: Re: [patch] Fix for excessive stack use (gdb/10457) Date: Fri, 09 Oct 2009 01:42:00 -0000 User-Agent: KMail/1.12.1 (Linux/2.6.32-rc2; KDE/4.3.1; i686; ; ) Cc: Paul Pluzhnikov , "gdb-patches ml" References: <8ac60eac0910072229s432c6480k5788878ca414b255@mail.gmail.com> <8ac60eac0910080939w4318e6f7nfc67b3fce94b003b@mail.gmail.com> <20091008173514.GF11440@adacore.com> In-Reply-To: <20091008173514.GF11440@adacore.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200910090342.37345.zecke@selfish.org> 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: 2009-10/txt/msg00189.txt.bz2 On Thursday 08 October 2009 19:35:14 Joel Brobecker wrote: > > Should I also check this in on the 7.0 branch? > > Sure, the patch looks very safe to me. > Thanks a lot.