From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14453 invoked by alias); 10 Jun 2003 16:32:48 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 14390 invoked from network); 10 Jun 2003 16:32:47 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 10 Jun 2003 16:32:47 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id h5AGWlH04284 for ; Tue, 10 Jun 2003 12:32:47 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h5AGWlI27236 for ; Tue, 10 Jun 2003 12:32:47 -0400 Received: from localhost.localdomain (vpn50-31.rdu.redhat.com [172.16.50.31]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h5AGWkE26285; Tue, 10 Jun 2003 12:32:46 -0400 Received: (from kev@localhost) by localhost.localdomain (8.11.6/8.11.6) id h5AGWf321701; Tue, 10 Jun 2003 09:32:41 -0700 Date: Tue, 10 Jun 2003 16:32:00 -0000 From: Kevin Buettner Message-Id: <1030610163241.ZM21700@localhost.localdomain> In-Reply-To: Jim Blandy "[ppc64-linux]: correctly compute u-area register offsets" (Jun 10, 11:25am) References: To: Jim Blandy , gdb-patches@sources.redhat.com Subject: Re: [ppc64-linux]: correctly compute u-area register offsets MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-06/txt/msg00327.txt.bz2 On Jun 10, 11:25am, Jim Blandy wrote: > This patch contains all my fixes to ppc_register_u_addr to date; I > think it's complete and correct. > > It combines a recent patch, "Compute u-area offsets of FP registers > correctly" with a change I committed to the ppc64-linux branch a while > back, and forgot to post. The patch I did post: > > http://sources.redhat.com/ml/gdb-patches/2003-06/msg00250.html > > 2003-06-10 Jim Blandy > > * ppc-linux-nat.c (ppc_register_u_addr): Correctly compute u-area > register offsets for both the 32- and 64-bit interfaces. Okay. Kevin