From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30605 invoked by alias); 28 May 2003 20:13:43 -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 30489 invoked from network); 28 May 2003 20:13:42 -0000 Received: from unknown (HELO zenia.red-bean.com) (12.223.225.216) by sources.redhat.com with SMTP; 28 May 2003 20:13:42 -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 h4SKMVFq004188; Wed, 28 May 2003 15:22:31 -0500 Received: (from jimb@localhost) by zenia.red-bean.com (8.12.5/8.12.5/Submit) id h4SKMOoQ004184; Wed, 28 May 2003 15:22:24 -0500 To: gdb-patches@sources.redhat.com Subject: [ppc64-linux] Give correct type for ptrace values From: Jim Blandy Date: Wed, 28 May 2003 20:13:00 -0000 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/msg00514.txt.bz2 2003-05-28 Jim Blandy * config/powerpc/nm-ppc64-linux.h (PTRACE_XFER_TYPE): This is 'long' on ppc64-*-linux*. Index: gdb/config/powerpc/nm-ppc64-linux.h =================================================================== RCS file: /cvs/src/src/gdb/config/powerpc/Attic/nm-ppc64-linux.h,v retrieving revision 1.1.2.1 diff -c -r1.1.2.1 nm-ppc64-linux.h *** gdb/config/powerpc/nm-ppc64-linux.h 28 May 2003 18:54:06 -0000 1.1.2.1 --- gdb/config/powerpc/nm-ppc64-linux.h 28 May 2003 20:09:13 -0000 *************** *** 22,26 **** --- 22,27 ---- #include "config/powerpc/nm-linux.h" #define PTRACE_ARG3_TYPE void * + #define PTRACE_XFER_TYPE long #endif /* NM_PPC64_LINUX_H */