From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10781 invoked by alias); 22 Dec 2011 07:09:55 -0000 Received: (qmail 10764 invoked by uid 22791); 22 Dec 2011 07:09:52 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE X-Spam-Check-By: sourceware.org Received: from mout2.freenet.de (HELO mout2.freenet.de) (195.4.92.92) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 22 Dec 2011 07:09:35 +0000 Received: from [195.4.92.141] (helo=mjail1.freenet.de) by mout2.freenet.de with esmtpa (ID ralf.corsepius@freenet.de) (port 25) (Exim 4.76 #1) id 1RdcmT-000891-DY; Thu, 22 Dec 2011 08:09:33 +0100 Received: from localhost ([::1]:52597 helo=mjail1.freenet.de) by mjail1.freenet.de with esmtpa (ID ralf.corsepius@freenet.de) (Exim 4.76 #1) id 1RdcmT-0003No-9p; Thu, 22 Dec 2011 08:09:33 +0100 Received: from [195.4.92.18] (port=46429 helo=8.mx.freenet.de) by mjail1.freenet.de with esmtpa (ID ralf.corsepius@freenet.de) (Exim 4.76 #1) id 1RdckN-0002Z6-Bx; Thu, 22 Dec 2011 08:07:23 +0100 Received: from hsi-kbw-078-043-060-159.hsi4.kabel-badenwuerttemberg.de ([78.43.60.159]:38402 helo=[192.168.1.104]) by 8.mx.freenet.de with esmtpsa (ID ralf.corsepius@freenet.de) (TLSv1:CAMELLIA256-SHA:256) (port 587) (Exim 4.76 #1) id 1RdckM-0007Bu-TV; Thu, 22 Dec 2011 08:07:23 +0100 Message-ID: <4EF2D728.8050509@rtems.org> Date: Thu, 22 Dec 2011 07:25:00 -0000 From: Ralf Corsepius User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:8.0) Gecko/20111115 Thunderbird/8.0 MIME-Version: 1.0 To: Joel Brobecker CC: gdb-patches@sourceware.org Subject: Re: status on gdb-7.4 release... References: <20111222062604.GU7683@adacore.com> In-Reply-To: <20111222062604.GU7683@adacore.com> Content-Type: text/plain; charset=UTF-8; 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: 2011-12/txt/msg00764.txt.bz2 On 12/22/2011 07:26 AM, Joel Brobecker wrote: > ... planned January 2nd. > > Hello everyone, > > We had the few usual late discoveries and hicups, but the 7.4 release > seems well under way. As far as I know, there are a couple of > regressions that have been detected and still not fixed: > > 1. Regression gdb.base/fixsection.exp&& gdb.threads/thread_check.exp > http://www.sourceware.org/ml/gdb-patches/2011-12/msg00560.html > > 2. 7.3->7.4 s390x regressions > http://www.sourceware.org/ml/gdb/2011-12/msg00039.html > > I think that these ones were marked as being a latent bug > caused by the kernel. Correct? > http://www.sourceware.org/ml/gdb-patches/2011-12/msg00743.html > > Anything else I might have missed? A yet unreported observation on my part: gdb-7.3.91 installs $(includedir)/gdb/jit-reader.h No idea what this is, why gdb does so and what it would be useful for. To me it looks like a header without a corresponding library. Ralf