From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7138 invoked by alias); 27 May 2011 18:35:18 -0000 Received: (qmail 6990 invoked by uid 22791); 27 May 2011 18:35:18 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST X-Spam-Check-By: sourceware.org Received: from mail-fx0-f41.google.com (HELO mail-fx0-f41.google.com) (209.85.161.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 27 May 2011 18:35:02 +0000 Received: by fxm18 with SMTP id 18so1819836fxm.0 for ; Fri, 27 May 2011 11:35:01 -0700 (PDT) Received: by 10.223.6.9 with SMTP id 9mr2706627fax.68.1306521301094; Fri, 27 May 2011 11:35:01 -0700 (PDT) MIME-Version: 1.0 Received: by 10.223.74.139 with HTTP; Fri, 27 May 2011 11:34:41 -0700 (PDT) In-Reply-To: References: <1306438878-14479-1-git-send-email-vapier@gentoo.org> From: Mike Frysinger Date: Fri, 27 May 2011 18:35:00 -0000 Message-ID: Subject: Re: [PATCH 1/2] sim: export cb_get_string for people to use To: Tom Tromey Cc: toolchain-devel@blackfin.uclinux.org, gdb-patches@sourceware.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2011-05/txt/msg00652.txt.bz2 On Fri, May 27, 2011 at 14:24, Tom Tromey wrote: > Mike> +int cb_get_string PARAMS ((host_callback *, CB_SYSCALL *, char *, = int, > Mike> + =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0unsigned long)); > > Don't use PARAMS. sorry, this was written against an older version which still uses PARAMS -mike