From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12237 invoked by alias); 17 Nov 2011 19:53:07 -0000 Received: (qmail 12210 invoked by uid 22791); 17 Nov 2011 19:53:02 -0000 X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00,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; Thu, 17 Nov 2011 19:52:49 +0000 Received: from vapier.localnet (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 7E1751B4003; Thu, 17 Nov 2011 19:52:48 +0000 (UTC) From: Mike Frysinger To: DJ Delorie Subject: Re: [sim] new port: Renesas RL78 Date: Thu, 17 Nov 2011 19:53:00 -0000 User-Agent: KMail/1.13.7 (Linux/3.1.0; KDE/4.6.5; x86_64; ; ) Cc: gdb-patches@sourceware.org References: <201111160606.pAG66U4p017015@greed.delorie.com> <201111171439.01278.vapier@gentoo.org> <201111171947.pAHJlsYD005315@greed.delorie.com> In-Reply-To: <201111171947.pAHJlsYD005315@greed.delorie.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart13629508.pfPXYff3ms"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <201111171452.49448.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: 2011-11/txt/msg00482.txt.bz2 --nextPart13629508.pfPXYff3ms Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-length: 400 On Thursday 17 November 2011 14:47:54 DJ Delorie wrote: > + for (i=3D0; i<32; i++) seems many of the for loops in here need to have spaces added around their= =20 operators. for (i =3D 0; i < 32; i++) otherwise, didn't really see anything else from scanning through. other th= an=20 my overall comment that it'd be nice if this used common/ instead of doing= =20 everything itself ;). -mike --nextPart13629508.pfPXYff3ms 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.17 (GNU/Linux) iQIcBAABAgAGBQJOxWYRAAoJEEFjO5/oN/WBxhcP/15YWoII4M5xWWnWzrrS81tp lT1FaW09c0VTaZI6DpJKClvzufayRrejfVQA7okEmxrWqpaxPmcVZXGxzr79GUy2 CtLDd5bqszXC/dHO/2vVpyStrFQqlXVeZke+9RPgMcNgeypbE/zSicA/lJdXXgaD GyIlimN5U20fgrvdLC92ee8e6tQS3vvwjfPaunXuL21d6KuJCeT+OuvlbVOH8s1I qrDZNCl/ixdii5HtUcppp+QOKtPnIoY13Gyi4csG3nEpwa8kFnbk2hYK4t9RYoTd Ao4pGPhvFAieoYjVa1tu5F65EhrACWzO/54xE+P4+qH2/6g3hf/Nxu+nZIasM1zW nVC4YLpIoosKx/mg38HtlNa0+I5OtD4hOBbKFqxlyCSfN6q3KezkJDaDWTeVQZzV N7zTG4BEwD4djCkJMZ0XbWfQh/UaryURJUD+nNV3X951CrB+sjNdMrd2nyYvdz2F SQ7P3XJqx57oe4oVDMoIff6jOpL7icjpRjuUXpSPKt7vEvcUdatu96ePYDQSYOjv CHo7mfyGXG6GM/AoSSe34CMlNrK9Po22aK1aHQGSPW9EnW5VZL+Vhxi/qSDyc6E2 R75orOEp1/W/dhjjYQZoic3ir7ODJxaHSZkeC5UD8QdY4lmhingo9pPlzhE8sJh9 SVl5eCcnt0HwI9En9dWN =Vp2b -----END PGP SIGNATURE----- --nextPart13629508.pfPXYff3ms--