From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16166 invoked by alias); 12 Aug 2004 09:18:37 -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 16157 invoked from network); 12 Aug 2004 09:18:34 -0000 Received: from unknown (HELO walton.kettenis.dyndns.org) (213.93.77.109) by sourceware.org with SMTP; 12 Aug 2004 09:18:34 -0000 Received: from elgar.kettenis.dyndns.org (elgar.kettenis.dyndns.org [192.168.0.2]) by walton.kettenis.dyndns.org (8.12.6p3/8.12.6) with ESMTP id i7C9ILZt006114; Thu, 12 Aug 2004 11:18:21 +0200 (CEST) (envelope-from kettenis@elgar.kettenis.dyndns.org) Received: from elgar.kettenis.dyndns.org (localhost [127.0.0.1]) by elgar.kettenis.dyndns.org (8.12.6p3/8.12.6) with ESMTP id i7C9ILmT065242; Thu, 12 Aug 2004 11:18:21 +0200 (CEST) (envelope-from kettenis@elgar.kettenis.dyndns.org) Received: (from kettenis@localhost) by elgar.kettenis.dyndns.org (8.12.6p3/8.12.6/Submit) id i7C9IKTQ065239; Thu, 12 Aug 2004 11:18:20 +0200 (CEST) Date: Thu, 12 Aug 2004 09:18:00 -0000 Message-Id: <200408120918.i7C9IKTQ065239@elgar.kettenis.dyndns.org> From: Mark Kettenis To: cagney@gnu.org CC: brobecker@gnat.com, gdb-patches@sources.redhat.com In-reply-to: <411AB5DB.6090009@gnu.org> (message from Andrew Cagney on Wed, 11 Aug 2004 20:12:11 -0400) Subject: Re: [RFC] s/PTRACE_ARG3_TYPE/PTRACE_TYPE_ARG3/g ? References: <20040811220121.GF25562@gnat.com> <411AB5DB.6090009@gnu.org> X-SW-Source: 2004-08/txt/msg00443.txt.bz2 Date: Wed, 11 Aug 2004 20:12:11 -0400 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-GB; rv:1.4.1) Gecko/20040801 X-Accept-Language: en, en-us Cc: gdb-patches@sources.redhat.com Content-Type: text/plain; charset=us-ascii; format=flowed X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on elgar.kettenis.dyndns.org X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.63 Mark, Should PTRACE_TYPE_ARG[36] include paren vis: #define PTRACE_TYPE_ARG3 (caddr_t) It probably shouldn't. The autoconf AM_FUNC_SELECT_ARGS test includes the parens, but it doesn't make any sense. Mark