From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1169 invoked by alias); 19 Dec 2013 18:06:39 -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 1154 invoked by uid 89); 19 Dec 2013 18:06:39 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.3 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-ob0-f174.google.com Received: from mail-ob0-f174.google.com (HELO mail-ob0-f174.google.com) (209.85.214.174) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Thu, 19 Dec 2013 18:06:38 +0000 Received: by mail-ob0-f174.google.com with SMTP id wn1so1551390obc.33 for ; Thu, 19 Dec 2013 10:06:36 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.182.81.197 with SMTP id c5mr2413744oby.40.1387476396705; Thu, 19 Dec 2013 10:06:36 -0800 (PST) Received: by 10.76.105.174 with HTTP; Thu, 19 Dec 2013 10:06:36 -0800 (PST) In-Reply-To: <20131219175908.GH3493@adacore.com> References: <20131219175908.GH3493@adacore.com> Date: Thu, 19 Dec 2013 18:06:00 -0000 Message-ID: Subject: Re: GDB 7.7 branching on Monday? From: "H.J. Lu" To: Joel Brobecker Cc: GDB Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes X-SW-Source: 2013-12/txt/msg00788.txt.bz2 On Thu, Dec 19, 2013 at 9:59 AM, Joel Brobecker wrote: > Hello, > > 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. > I have 4 patches I like to see in GDB 7.7: https://sourceware.org/ml/gdb-patches/2013-12/msg00309.html https://sourceware.org/ml/gdb-patches/2013-12/msg00307.html https://sourceware.org/ml/gdb-patches/2013-12/msg00313.html https://sourceware.org/ml/gdb-patches/2013-12/msg00310.html Thanks. -- H.J.