From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2330 invoked by alias); 11 Jun 2003 00:36:54 -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 2298 invoked from network); 11 Jun 2003 00:36:53 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 11 Jun 2003 00:36:53 -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 h5B0arH03165 for ; Tue, 10 Jun 2003 20:36:53 -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 h5B0arI30918 for ; Tue, 10 Jun 2003 20:36:53 -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 h5B0aqE11363; Tue, 10 Jun 2003 20:36:53 -0400 Received: (from kev@localhost) by localhost.localdomain (8.11.6/8.11.6) id h5B0alf23256; Tue, 10 Jun 2003 17:36:47 -0700 Date: Wed, 11 Jun 2003 00:36:00 -0000 From: Kevin Buettner Message-Id: <1030611003647.ZM23255@localhost.localdomain> In-Reply-To: Jim Blandy "[ppc64-linux] Give correct type for ptrace values" (May 28, 3:22pm) References: To: Jim Blandy , gdb-patches@sources.redhat.com Subject: Re: [ppc64-linux] Give correct type for ptrace values MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-06/txt/msg00352.txt.bz2 On May 28, 3:22pm, Jim Blandy wrote: > 2003-05-28 Jim Blandy > > * config/powerpc/nm-ppc64-linux.h (PTRACE_XFER_TYPE): This is > 'long' on ppc64-*-linux*. Okay. Kevin