From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12648 invoked by alias); 1 Dec 2003 17:14:01 -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 12632 invoked from network); 1 Dec 2003 17:14:00 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 1 Dec 2003 17:14:00 -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 hB1HDxH28460 for ; Mon, 1 Dec 2003 12:13:59 -0500 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 hB1HDxw24740 for ; Mon, 1 Dec 2003 12:13:59 -0500 Received: from localhost.localdomain (vpn50-15.rdu.redhat.com [172.16.50.15]) by pobox.corp.redhat.com (8.12.8/8.12.8) with ESMTP id hB1HDxbS018642; Mon, 1 Dec 2003 12:13:59 -0500 Received: (from kev@localhost) by localhost.localdomain (8.11.6/8.11.6) id hB1HDrc14770; Mon, 1 Dec 2003 10:13:53 -0700 Date: Mon, 01 Dec 2003 17:14:00 -0000 From: Kevin Buettner Message-Id: <1031201171353.ZM14769@localhost.localdomain> In-Reply-To: Andrew Cagney "[rfa/ppc64/GNU/Linux] Fix obvious 32x64 probs in ppc-linux-nat.c" (Nov 25, 5:51pm) References: <3FC3DCF1.4090009@redhat.com> To: Andrew Cagney , gdb-patches@sources.redhat.com Subject: Re: [rfa/ppc64/GNU/Linux] Fix obvious 32x64 probs in ppc-linux-nat.c MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-12/txt/msg00015.txt.bz2 On Nov 25, 5:51pm, Andrew Cagney wrote: > * ppc-linux-nat.c (store_register, fetch_register): Convert > between ptrace and regcache's wordsize. > (ppc_register_u_addr): Use the ptrace wordsize. Okay. Kevin