From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13333 invoked by alias); 28 May 2003 20:31:38 -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 13311 invoked from network); 28 May 2003 20:31:37 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 28 May 2003 20:31:37 -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 h4SKVbH29882 for ; Wed, 28 May 2003 16:31:37 -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 h4SKVbI15113 for ; Wed, 28 May 2003 16:31:37 -0400 Received: from localhost.localdomain (vpn50-12.rdu.redhat.com [172.16.50.12]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h4SKVao02175; Wed, 28 May 2003 16:31:37 -0400 Received: (from kev@localhost) by localhost.localdomain (8.11.6/8.11.6) id h4SKVV330125; Wed, 28 May 2003 13:31:31 -0700 Date: Wed, 28 May 2003 20:31:00 -0000 From: Kevin Buettner Message-Id: <1030528203131.ZM30124@localhost.localdomain> In-Reply-To: Jim Blandy "RFA: don't cast last argument to ptrace" (May 28, 3:30pm) References: To: Jim Blandy , gdb-patches@sources.redhat.com Subject: Re: RFA: don't cast last argument to ptrace MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-05/txt/msg00517.txt.bz2 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