From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13460 invoked by alias); 28 May 2003 22:39:32 -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 13426 invoked from network); 28 May 2003 22:39:31 -0000 Received: from unknown (HELO zenia.red-bean.com) (12.223.225.216) by sources.redhat.com with SMTP; 28 May 2003 22:39:31 -0000 Received: from zenia.red-bean.com (localhost.localdomain [127.0.0.1]) by zenia.red-bean.com (8.12.5/8.12.5) with ESMTP id h4SMmKFq004432; Wed, 28 May 2003 17:48:20 -0500 Received: (from jimb@localhost) by zenia.red-bean.com (8.12.5/8.12.5/Submit) id h4SMmEKV004428; Wed, 28 May 2003 17:48:14 -0500 To: Kevin Buettner Cc: gdb-patches@sources.redhat.com Subject: Re: RFA: don't cast last argument to ptrace References: <1030528203131.ZM30124@localhost.localdomain> From: Jim Blandy Date: Wed, 28 May 2003 22:39:00 -0000 In-Reply-To: <1030528203131.ZM30124@localhost.localdomain> Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-05/txt/msg00521.txt.bz2 I've committed this. Thanks. Kevin Buettner writes: > On May 28, 3:30pm, Jim Blandy wrote: > > Subject: RFA: don't cast last argument to ptrace > > > > I've committed this to the PPC64 Linux branch, but I think it should > > be considered for the trunk as well. > > > > 2003-05-14 James Blandy > > > > * ppc-linux-nat.c (store_altivec_registers): Don't cast fourth > > argument to ptrace to int; the system headers should give it the > > right type, and pointers don't fit in ints on powerpc64-*-*. > > Yes, I agree. Go ahead and commit it to the trunk too. > > Kevin