From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24276 invoked by alias); 20 May 2012 15:40:41 -0000 Received: (qmail 24144 invoked by uid 22791); 20 May 2012 15:40:40 -0000 X-SWARE-Spam-Status: No, hits=-5.0 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-qa0-f41.google.com (HELO mail-qa0-f41.google.com) (209.85.216.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 20 May 2012 15:40:26 +0000 Received: by qabg27 with SMTP id g27so1226930qab.0 for ; Sun, 20 May 2012 08:40:26 -0700 (PDT) MIME-Version: 1.0 Received: by 10.224.182.75 with SMTP id cb11mr33907794qab.26.1337528426251; Sun, 20 May 2012 08:40:26 -0700 (PDT) Received: by 10.229.169.130 with HTTP; Sun, 20 May 2012 08:40:26 -0700 (PDT) In-Reply-To: References: <20120511181737.GP29339@adacore.com> Date: Sun, 20 May 2012 15:40: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/msg00745.txt.bz2 On Fri, May 11, 2012 at 11:43 AM, H.J. Lu wrote: > On Fri, May 11, 2012 at 11:17 AM, Joel Brobecker = wrote: >> 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. =A0My 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. =A0One patch: > > http://sourceware.org/ml/gdb-patches/2012-05/msg00097.html > > isn't reviewed yet. =A0I will open a meta bug for x32 integration. > I opened: http://sourceware.org/bugzilla/show_bug.cgi?id=3D14099 Thanks for help from everyone. The full GDBserver x32 support as well as partial GDB x32 support have been checked in. The remaining patches are: http://sourceware.org/ml/gdb-patches/2012-04/msg00195.html http://sourceware.org/ml/gdb-patches/2012-04/msg00191.html http://sourceware.org/ml/gdb-patches/2012-05/msg00744.html http://sourceware.org/ml/gdb-patches/2012-05/msg00531.html http://sourceware.org/ml/gdb-patches/2012-05/msg00533.html http://sourceware.org/ml/gdb-patches/2012-05/msg00489.html http://sourceware.org/ml/gdb-patches/2012-05/msg00438.html http://sourceware.org/ml/gdb-patches/2012-05/msg00097.html I would appreciate help to get them reviewed and approved. Thanks. --=20 H.J.