From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1462 invoked by alias); 23 Dec 2013 08:01:28 -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 1449 invoked by uid 89); 23 Dec 2013 08:01:27 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.1 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.2 X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Mon, 23 Dec 2013 08:01:26 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id EAF99116265 for ; Mon, 23 Dec 2013 03:02:05 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id nlAEvNXZCDRC for ; Mon, 23 Dec 2013 03:02:05 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 88023116264 for ; Mon, 23 Dec 2013 03:02:05 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 54A24E00B6; Mon, 23 Dec 2013 12:01:21 +0400 (RET) Date: Mon, 23 Dec 2013 08:01:00 -0000 From: Joel Brobecker To: gdb-patches@sourceware.org Subject: Re: GDB 7.7 branching on Monday? Message-ID: <20131223080121.GG4605@adacore.com> References: <20131219175908.GH3493@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20131219175908.GH3493@adacore.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2013-12/txt/msg00880.txt.bz2 > I think the last known issue on the TODO list before branching > (see TODO at https://sourceware.org/gdb/wiki/GDB_7.7_Release) > should be checked in today, or this weekend at the latest. > > Unless there are some other issues we haven't listed yet, I propose > to create the branch on Monday morning. We still have 2 outstanding patches that I know of, one being discussed (PR 16201: internal error on a cygwin program linked against a DLL with no .data section), and one that shouldn't be a problem being reviewed (Fix PR tdep/15653: Implement SystemTap SDT probe support for AArch64). I'll wait another day or two to allow those to go in. If that does not work out, I'll go ahead and create the branch. I'll hold the first pre-release and wait until those two are backported. -- Joel