From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23742 invoked by alias); 26 Jun 2013 12:49:29 -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 23682 invoked by uid 89); 26 Jun 2013 12:49:29 -0000 X-Spam-SWARE-Status: No, score=-4.6 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL autolearn=ham version=3.3.1 X-Spam-User: qpsmtpd, 2 recipients Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Wed, 26 Jun 2013 12:49:28 +0000 Received: from svr-orw-fem-01.mgc.mentorg.com ([147.34.98.93]) by relay1.mentorg.com with esmtp id 1UrpA6-00053p-NK from Maciej_Rozycki@mentor.com ; Wed, 26 Jun 2013 05:49:26 -0700 Received: from SVR-IES-FEM-01.mgc.mentorg.com ([137.202.0.104]) by svr-orw-fem-01.mgc.mentorg.com over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Wed, 26 Jun 2013 05:49:26 -0700 Received: from [172.30.64.155] (137.202.0.76) by SVR-IES-FEM-01.mgc.mentorg.com (137.202.0.104) with Microsoft SMTP Server id 14.2.247.3; Wed, 26 Jun 2013 13:49:24 +0100 Date: Wed, 26 Jun 2013 15:02:00 -0000 From: "Maciej W. Rozycki" To: Joel Brobecker CC: Richard Sandiford , Catherine Moore , , Subject: Re: [PATCH 1/2] MIPS: Compressed PLT/stubs support In-Reply-To: <20130311135334.GF3264@adacore.com> Message-ID: References: <87621mwt3l.fsf@talisman.default> <20130311135334.GF3264@adacore.com> User-Agent: Alpine 1.10 (DEB 962 2008-03-14) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-SW-Source: 2013-06/txt/msg00770.txt.bz2 Joel, On Mon, 11 Mar 2013, Joel Brobecker wrote: > > Of course it's still possible that a fortnight away you'll still not > > have rolled 7.6 out for one reason or another, but assuming that all > > goes well, what is the prospect of having 7.7 released before > > binutils 2.24? > > We have several options if you miss 7.6. We can look at a 7.6.1, > for instance. And if binutils keeps to its current typical pace > of 1 major release a year, with the last one being around Oct, > GDB 7.7 should also be out by then. Thanks for the details, I'll keep an eye on upcoming releases now that the change has finally gone in, and I hope we won't need a special GDB 7.6.1 release, although I recall the binutils 2.23 release was a little bit later last year than originally scheduled (i.e. late Aug/early Sep). Maciej