From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1477 invoked by alias); 13 Apr 2012 13:11:40 -0000 Received: (qmail 1394 invoked by uid 22791); 13 Apr 2012 13:11:39 -0000 X-SWARE-Spam-Status: No, hits=-6.3 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,RCVD_IN_DNSWL_HI,RCVD_IN_HOSTKARMA_W,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; Fri, 13 Apr 2012 13:11:26 +0000 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q3DDB8Bf012974 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 13 Apr 2012 09:11:09 -0400 Received: from host2.jankratochvil.net (ovpn-116-70.ams2.redhat.com [10.36.116.70]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id q3DDB1cc021869 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Fri, 13 Apr 2012 09:11:06 -0400 Date: Fri, 13 Apr 2012 13:11:00 -0000 From: Jan Kratochvil To: Joel Brobecker Cc: Paul Smith , gdb@sourceware.org Subject: Re: 2 weeks away from potential GDB 7.4.1 release... Message-ID: <20120413131100.GB22952@host2.jankratochvil.net> References: <20120412153301.GW25623@adacore.com> <1334248104.31651.79.camel@homebase> <20120412171750.GX25623@adacore.com> <1334253859.22831.20.camel@psmith-ubeta> <20120412191353.GZ25623@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20120412191353.GZ25623@adacore.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2012-04/txt/msg00097.txt.bz2 On Thu, 12 Apr 2012 21:13:53 +0200, Joel Brobecker wrote: > > Looks like it's already fixed in the trunk: > > > > http://sourceware.org/bugzilla/show_bug.cgi?id=13861 > > And following the thread, it looks it was also fixed on the 7.4 > branch. yes: commit 983188c2aa5ac0f10fe3ffb8b3d326f16deb47d3 Author: Jan Kratochvil Date: Tue Feb 21 22:07:39 2012 +0000 gdb/ PR build/13638 * configure.ac (MAKEINFO): Replace AC_CHECK_PROG by AC_ARG_VAR. (MAKEINFOFLAGS): Replace static string by AC_ARG_VAR. * configure: Regenerate. git name-rev 983188c2aa5ac0f10fe3ffb8b3d326f16deb47d3 983188c2aa5ac0f10fe3ffb8b3d326f16deb47d3 gdb_7_4-branch~1 Sorry for the former regression. Jan