From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26184 invoked by alias); 11 May 2012 18:43:48 -0000 Received: (qmail 26037 invoked by uid 22791); 11 May 2012 18:43:46 -0000 X-SWARE-Spam-Status: No, hits=-4.9 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mail-qc0-f169.google.com (HELO mail-qc0-f169.google.com) (209.85.216.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 11 May 2012 18:43:33 +0000 Received: by qcsd16 with SMTP id d16so2699509qcs.0 for ; Fri, 11 May 2012 11:43:32 -0700 (PDT) MIME-Version: 1.0 Received: by 10.229.137.20 with SMTP id u20mr1339776qct.9.1336761812674; Fri, 11 May 2012 11:43:32 -0700 (PDT) Received: by 10.229.169.130 with HTTP; Fri, 11 May 2012 11:43:32 -0700 (PDT) In-Reply-To: <20120511181737.GP29339@adacore.com> References: <20120511181737.GP29339@adacore.com> Date: Fri, 11 May 2012 18:43:00 -0000 Message-ID: Subject: Re: Three weeks to branching (gdb 7.5 release) From: "H.J. Lu" To: Joel Brobecker Cc: gdb-patches@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes 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: 2012-05/txt/msg00431.txt.bz2 On Fri, May 11, 2012 at 11:17 AM, Joel Brobecker wr= ote: > Hello, > > Just a quick heads up: The current tentative date for branching > GDB (7.5 release) is Mon Jun 4th, which is a little over three weeks > away. > > I've created a wiki page for known issues that need to be fixed > before then: > > =A0 =A0http://sourceware.org/gdb/wiki/GDB_7.5_Release > > When you add an issue, please make sure you add a name so we know > who is coordinating the effort. =A0If you don't know who can work > on it, please just post the issue here, and we'll try to find some > help. > > I only know of one issue, which is a noticeable performance degradation > that was reported a while ago: > I'd like to merge x32 into GDB 7.5. My x32 change is on hjl/x32/master branch at http://sourceware.org/git/?p=3Dgdb.git;a=3Dsummary The current diff only has 864 lines. One patch: http://sourceware.org/ml/gdb-patches/2012-05/msg00097.html isn't reviewed yet. I will open a meta bug for x32 integration. Thanks. H.J.