From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 738 invoked by alias); 22 Feb 2015 20:52:57 -0000 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 Received: (qmail 640 invoked by uid 89); 22 Feb 2015 20:52:56 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: smtp.gentoo.org Received: from smtp.gentoo.org (HELO smtp.gentoo.org) (140.211.166.183) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Sun, 22 Feb 2015 20:52:56 +0000 Received: from vapier (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with SMTP id 8D6C73409A4; Sun, 22 Feb 2015 20:52:53 +0000 (UTC) Date: Sun, 22 Feb 2015 20:52:00 -0000 From: Mike Frysinger To: Jiri Gaisler Cc: gdb-patches@sourceware.org Subject: Re: [PATCH v2 11/22] sim/erc32: use SIM_AC_OPTION_HOSTENDIAN to probe for host endianess Message-ID: <20150222205253.GB31422@vapier> Mail-Followup-To: Jiri Gaisler , gdb-patches@sourceware.org References: <1424385100-15397-1-git-send-email-jiri@gaisler.se> <1424385100-15397-12-git-send-email-jiri@gaisler.se> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="WhfpMioaduB5tiZL" Content-Disposition: inline In-Reply-To: <1424385100-15397-12-git-send-email-jiri@gaisler.se> X-IsSubscribed: yes X-SW-Source: 2015-02/txt/msg00633.txt.bz2 --WhfpMioaduB5tiZL Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-length: 349 On 19 Feb 2015 23:31, Jiri Gaisler wrote: > +#if WITH_HOST_BYTE_ORDER=3D=3DBIG_ENDIAN needs spaces around the =3D=3D > +#define HOST_BIG_ENDIAN > +#else > +#define HOST_LITTLE_ENDIAN > +#endif i prefer to use the existing defines, but i guess you've got a lot of code = in=20 here already using these, so not worth the shuffle at this time -mike --WhfpMioaduB5tiZL Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-length: 819 -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJU6kGlAAoJEEFjO5/oN/WByvQP/19S18SiSrdi/H1CIlNWzCvw Yhg5JkxNMyfjQ+kYuESawt/p/kInZAgr0EfHS9A0dU8Hq3zkDUl6sOThDIP3Gy9q ayUeL4WpdxwBOvZfMFcx8EBTe1gE0Wdxb7ebFPV0Y8Uw+ZW6h+MWU398pfNDj0bK kYi4Iw5/rBf8pRl+QWAun1KWeY3x4RLl/wweSmvGs5iL269qkNWTnHBZjif1h2kw /lRJbEa+PdlC66d+SYvOzQka+JS9UkZW46DBJLuRqESN/mknf282YuCHXbGJj8hd /wXk7snZ1Hx0URjn5j7Lrgbrll3CuGlwHbWX3s/O/XfRZh1EJYx+4fX4ALPnsEW1 tTefjp59cHtN3cQSxBSuu9/gs9gibug1DfO3Ogpa6OTw/xP05OrlzYp1BO8T2k0g qyzuwfy4Q6+lVPpwjqtNtEH61XBLi2X2+P/rn12FRZZUEBSTUHINMUvAgB/QsIAZ Fif2HnhVgmheHcqyrzMNG9pJtXHtqr1I4VMZGs0LY+0llWos02xlyC8vQdsD5QFq Dq5EqDmpl+rK68doNWqcw/6m+l4KWSZdSw6+6YgVqXCbXvDVc2WJE7aY1OewQdP0 rnzE4HcUY/eisWbcES4uCbV99dXrnWHRoa29zt0HpcKrJqKr6B57KClTWdTrcOq6 kPOTl4gSFzI2nn42cGeS =CUqG -----END PGP SIGNATURE----- --WhfpMioaduB5tiZL--