From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 59387 invoked by alias); 6 Oct 2016 16:33:25 -0000 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 Received: (qmail 59372 invoked by uid 89); 6 Oct 2016 16:33:24 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-4.6 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mailapp01.imgtec.com Received: from mailapp02.imgtec.com (HELO mailapp01.imgtec.com) (217.156.133.132) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 06 Oct 2016 16:33:14 +0000 Received: from HHMAIL03.hh.imgtec.org (unknown [10.44.0.21]) by Forcepoint Email with ESMTPS id 65E91D3FC730A; Thu, 6 Oct 2016 17:33:08 +0100 (IST) Received: from HHMAIL01.hh.imgtec.org (10.100.10.19) by HHMAIL03.hh.imgtec.org (10.44.0.21) with Microsoft SMTP Server (TLS) id 14.3.294.0; Thu, 6 Oct 2016 17:33:11 +0100 Received: from [10.20.78.81] (10.20.78.81) by HHMAIL01.hh.imgtec.org (10.100.10.21) with Microsoft SMTP Server id 14.3.294.0; Thu, 6 Oct 2016 17:33:10 +0100 Date: Thu, 06 Oct 2016 16:33:00 -0000 From: "Maciej W. Rozycki" To: Pedro Alves CC: Joel Brobecker , , , , Yao Qi , Subject: Re: GDB 7.12 release - 2016-09-21 update? In-Reply-To: <8cebd1e3-9131-6467-6145-91ca8051044f@redhat.com> Message-ID: References: <20160921171639.GB3842@adacore.com> <8cebd1e3-9131-6467-6145-91ca8051044f@redhat.com> User-Agent: Alpine 2.00 (DEB 1167 2008-08-23) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-SW-Source: 2016-10/txt/msg00138.txt.bz2 On Thu, 6 Oct 2016, Pedro Alves wrote: > > https://sourceware.org/ml/gdb-patches/2016-10/msg00113.html > > https://sourceware.org/ml/gdb-patches/2016-10/msg00114.html > > > > This is the only PR left with target-milestone==7.12. > > ... and ... now closed. > > The buildbots are still catching up on the latest commits, but > so far so good. Actually, there's a --disable-build-with-cxx > build problem on the 7.12 branch right now. We should fix that > before we release. FYI, I have backported the three changes I made on trunk today, including the MIPS FCR fix I mentioned the other day in particular, and also its preparatory cosmetic update and an obvious fix for gdb.base/solib-disc.exp to work at all. Maciej