From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30575 invoked by alias); 9 May 2008 04:04:00 -0000 Received: (qmail 30564 invoked by uid 22791); 9 May 2008 04:03:59 -0000 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 09 May 2008 04:03:42 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 47CC72AAD79 for ; Fri, 9 May 2008 00:03:40 -0400 (EDT) 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 UH5Tni0VEyW8 for ; Fri, 9 May 2008 00:03:40 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id EB1512AAD7A for ; Fri, 9 May 2008 00:03:39 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 593B5E7ACD; Thu, 8 May 2008 21:03:37 -0700 (PDT) Date: Fri, 09 May 2008 08:18:00 -0000 From: Joel Brobecker To: gdb-patches@sourceware.org Subject: [commit] update alpha-osf to new value-based unwinding Message-ID: <20080509040337.GB15397@adacore.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.2i 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: 2008-05/txt/msg00309.txt.bz2 Hello, I just committed the following patch to update the alpha-osf port to the new value-based unwinding approach. I couldn't test it with the testsuite because, for some reason, I can't make dejagnu/expect /tcl work anymore. So I used AdaCore's GDB testsuite instead. 2008-05-08 Joel Brobecker * alpha-mdebug-tdep.c, alpha-osf1-tdep.c, alpha-tdep.c: Update for unwinder changes. Checked in. This is the last platform that I have access to which wasn't converted before. I don't mind helping with others but, like Daniel, it will be without the benefit of testing. -- Joel