From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17135 invoked by alias); 16 Nov 2010 03:27:41 -0000 Received: (qmail 17127 invoked by uid 22791); 16 Nov 2010 03:27:40 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from smtp.gentoo.org (HELO smtp.gentoo.org) (140.211.166.183) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 16 Nov 2010 03:27:36 +0000 Received: from vapier.localnet (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 47DD71B41FA; Tue, 16 Nov 2010 03:27:34 +0000 (UTC) From: Mike Frysinger To: Doug Evans Subject: Re: [PATCH] gdbserver: fix warning in nommu clone Date: Tue, 16 Nov 2010 03:27:00 -0000 User-Agent: KMail/1.13.5 (Linux/2.6.36; KDE/4.5.2; x86_64; ; ) Cc: gdb-patches@sourceware.org References: <1289865042-7691-1-git-send-email-vapier@gentoo.org> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart21169739.HK42S3J5fz"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <201011152226.31134.vapier@gentoo.org> 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: 2010-11/txt/msg00192.txt.bz2 --nextPart21169739.HK42S3J5fz Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-length: 487 On Monday, November 15, 2010 21:43:29 Doug Evans wrote: > On Mon, Nov 15, 2010 at 3:50 PM, Mike Frysinger wrote: > > Building gdbserver for nommu targets atm fails with: > > linux-low.c: In function 'linux_tracefork_child': > > linux-low.c:4151: error: pointer of type 'void *' used in > > arithmetic > >=20 > > So cast the void* to a char*. > > Nit: The convention is to put a space after (char *). > Ok with that change. committed with that change then ... thanks -mike --nextPart21169739.HK42S3J5fz Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. Content-length: 836 -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.16 (GNU/Linux) iQIcBAABAgAGBQJM4fnnAAoJEEFjO5/oN/WBUBUP/A/PqsHUyTAxjBTVhy+XZeRn 06kPnKBQqn+dEEkv+0Rx6H+PoH0tc067xIg24o41x4X1nlykQE/1FRWho0xKwvkl a1xNrn8RPGP3k1AiFWqJTWHWQDxVXqZelvSsNOHhS+VR6Ini0gaK6wPNbNJ5OTf0 vSYp03HbTVUeGqV0ETijNRxQDRayeiveaXSR8pccWXQrXgEUf757e0sxznLPfaDX 3mSdefB4hJnb8g1BukGjQUHtK7z25Dafx2utuzwEfa46sSTbK4kYFiAYFOVQuCLm XK5pMZjR6Yt/d52DUWf0L76HzwjPvzinuz4I/K2WZ/zQRZesk2Mu769HJUnOjpe0 CYFauJDlj8gMhQZ/momKDaPgYPVd3b6WwDyq0f9mx5feWyNU5N0FHijL4I2rKwe0 crakyYqIVJcFeV9Pa9iyhcUEcCBIL0RCs6eqjucUH2jyNSmTa9HVWKEpYtr0/fsv EfsjqjyfqVzac+252R0yD19cVRabsbxP2gzEgZ1k2KLlaqLkDsPDxDj6I5IFW9zy sCTy+07IYQzz6/3MZwkXYUv3adtJbnLEQoNCitLSpc2OaVgakKD8LkK5qyXiu5qI ibOws+FQdHDnVXHmrqgsfREeI9qb996f9fSk61TyDaLHkGrvh0ZIw7+aV28hPoWQ d+zEekyDzPQIxFQ6Wap9 =mm94 -----END PGP SIGNATURE----- --nextPart21169739.HK42S3J5fz--