From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28157 invoked by alias); 19 Dec 2013 22:29:47 -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 28145 invoked by uid 89); 19 Dec 2013 22:29:46 -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 22:29:45 +0000 Received: by mail-ob0-f174.google.com with SMTP id wn1so1872045obc.19 for ; Thu, 19 Dec 2013 14:29:43 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.60.39.99 with SMTP id o3mr3309930oek.49.1387492183606; Thu, 19 Dec 2013 14:29:43 -0800 (PST) Received: by 10.76.105.174 with HTTP; Thu, 19 Dec 2013 14:29:43 -0800 (PST) In-Reply-To: <201312192151.rBJLpr1i015135@glazunov.sibelius.xs4all.nl> References: <20131219175908.GH3493@adacore.com> <201312192151.rBJLpr1i015135@glazunov.sibelius.xs4all.nl> Date: Thu, 19 Dec 2013 22:29:00 -0000 Message-ID: Subject: Re: GDB 7.7 branching on Monday? From: "H.J. Lu" To: Mark Kettenis Cc: Joel Brobecker , GDB Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes X-SW-Source: 2013-12/txt/msg00813.txt.bz2 On Thu, Dec 19, 2013 at 1:51 PM, Mark Kettenis wrote: >> Date: Thu, 19 Dec 2013 10:06:36 -0800 >> From: "H.J. Lu" >> >> 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/msg00313.html > > This one is defenitely ok; thanks for revising it. > > The other three look reasonable, but I'm really not familliar enough > with the instruction set to review these diffs. And I don't use that > code myself. So you should probably just go ahead. > I checked 4 patches in. Thanks for reviewing them. -- H.J.