From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31104 invoked by alias); 18 Sep 2013 20:56:15 -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 31088 invoked by uid 89); 18 Sep 2013 20:56:14 -0000 Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 18 Sep 2013 20:56:14 +0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.0 required=5.0 tests=AWL,BAYES_50,KHOP_THREADED,RDNS_NONE,SPF_HELO_FAIL autolearn=no version=3.3.2 X-Spam-User: qpsmtpd, 2 recipients X-HELO: relay1.mentorg.com Received: from svr-orw-fem-01.mgc.mentorg.com ([147.34.98.93]) by relay1.mentorg.com with esmtp id 1VMOnC-0005hR-2G from Maciej_Rozycki@mentor.com ; Wed, 18 Sep 2013 13:56:10 -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, 18 Sep 2013 13:56:09 -0700 Received: from [172.30.64.65] (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, 18 Sep 2013 21:56:08 +0100 Date: Wed, 18 Sep 2013 20:56:00 -0000 From: "Maciej W. Rozycki" To: Tristan Gingold , Joel Brobecker CC: Richard Sandiford , , Subject: Re: Release 2.24 In-Reply-To: Message-ID: References: <2741C968-721F-46E9-A2BA-E4B0F64C444B@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-09/txt/msg00634.txt.bz2 On Wed, 18 Sep 2013, Tristan Gingold wrote: > > for the binutils 2.24 release, I plan to create the branch in Septembre, but I'd like > > to wait for the git transition to create the release. > > > > If you plan to submit big patches or if you want to submit a patch for the release, > > do not hesitate to speak. > > I have just created the binutils-2_24-branch. Just as a reminder, can we please coordinate so that GDB 7.7 is released before binutils 2.24? On the MIPS target we've switched PLT formats produced by LD for MIPS16 and microMIPS binaries and for correct frame unwinding GDB has to understand them. Otherwise it'll fail in odd ways, e.g. when stepping over a function called via PLT. Of course all code required is there in our shared repository, it's just a matter of making the releases in the right order so that ordinary developers have a version of GDB to upgrade to available if needed. Thanks, Maciej