From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28554 invoked by alias); 25 Feb 2013 18:15:15 -0000 Received: (qmail 28400 invoked by uid 22791); 25 Feb 2013 18:15:13 -0000 X-SWARE-Spam-Status: No, hits=-4.5 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL X-Spam-Check-By: sourceware.org Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 25 Feb 2013 18:15:05 +0000 Received: from svr-orw-fem-01.mgc.mentorg.com ([147.34.98.93]) by relay1.mentorg.com with esmtp id 1UA2Zr-0000KI-RQ from Maciej_Rozycki@mentor.com ; Mon, 25 Feb 2013 10:15:03 -0800 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); Mon, 25 Feb 2013 10:15:03 -0800 Received: from [172.30.64.88] (137.202.0.76) by SVR-IES-FEM-01.mgc.mentorg.com (137.202.0.104) with Microsoft SMTP Server id 14.1.289.1; Mon, 25 Feb 2013 18:15:01 +0000 Date: Mon, 25 Feb 2013 18:15:00 -0000 From: "Maciej W. Rozycki" To: Pierre Muller CC: Subject: RE: [committed] Fix MIPS frame prologue scan problem In-Reply-To: <000001ce12d9$2b3aa570$81aff050$@muller@ics-cnrs.unistra.fr> Message-ID: References: <00a501cd495e$db6adea0$92409be0$@muller@ics-cnrs.unistra.fr> <002a01cd5043$a0e9f310$e2bdd930$@muller@ics-cnrs.unistra.fr> <005901cdcbef$c4a28560$4de79020$@muller@ics-cnrs.unistra.fr> <000001ce12d9$2b3aa570$81aff050$@muller@ics-cnrs.unistra.fr> User-Agent: Alpine 1.10 (DEB 962 2008-03-14) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" 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: 2013-02/txt/msg00634.txt.bz2 On Sun, 24 Feb 2013, Pierre Muller wrote: > I did not find any gdb_7_6-branch yet, which probably means > that this will be in 7.6 release, no? Last Monday Joel wrote he would not be able to branch 7.6 off before today. I had this in mind while working on this issue as I promised you to get it there. Maciej