From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31912 invoked by alias); 17 Feb 2015 09:05:34 -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 31893 invoked by uid 89); 17 Feb 2015 09:05:33 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 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; Tue, 17 Feb 2015 09:05:32 +0000 Received: from vapier (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with SMTP id 9F41B340809; Tue, 17 Feb 2015 09:05:29 +0000 (UTC) Date: Tue, 17 Feb 2015 09:05:00 -0000 From: Mike Frysinger To: Jiri Gaisler Cc: gdb-patches@sourceware.org Subject: Re: [PATCH 04/23] sim/erc32: Add FPU support on x86_64 hosts. Message-ID: <20150217090529.GJ20008@vapier> Mail-Followup-To: Jiri Gaisler , gdb-patches@sourceware.org References: <1424159099-5148-1-git-send-email-jiri@gaisler.se> <1424159099-5148-5-git-send-email-jiri@gaisler.se> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="wRtZRu2mMGBZ6YQ7" Content-Disposition: inline In-Reply-To: <1424159099-5148-5-git-send-email-jiri@gaisler.se> X-IsSubscribed: yes X-SW-Source: 2015-02/txt/msg00411.txt.bz2 --wRtZRu2mMGBZ6YQ7 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-length: 325 On 17 Feb 2015 08:44, Jiri Gaisler wrote: > * float.c (get_accex) access FPU control and status words on x64 shouldn't you gut this file and use instead for a portable method ? http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/fenv.h.html at the very least, you could cut over to ... -mike --wRtZRu2mMGBZ6YQ7 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-length: 819 -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBAgAGBQJU4wRZAAoJEEFjO5/oN/WBty4P/0VpH29h4LME0oDU4TXR+yJb UoToEDiCiC183PImC7pXLMXrpuhIaWC9M3pzcPRzwp8sDJ+wDeYUfYSPVWPCQv72 qCi+17Kep5WZV6BfaDdhXDXa6L37UD+yBHtoMLF+ZTdzIqcMY0DEMKmdVfjz/6LA OG2IHkU4B2XCfDiEzXz+Fqb08cn0PgGgh9OKuGIgqkkEUGZvNYMS4UifyTxCIfcg 7fqCEY7442BFgEQas6v7ycxVdpbB9hA66yGlItWO+Il5dhR1egnmtO/YVKkjpdYX 0k/XM4lbi3L053Z2boJSbX5KkkutdgSlYpO9uFsYsb5RUWjFb3Hnx8pOcWkqmSBp QrRMDMzCtbJOcGmffg4gUDcoS8/Z2ln63Ci4UzjvMA3eZXq9tCHRo0rZ5O47WQun zgxnlp7w6WtDPhZieP3OMR9GG/JQmkbhqfIODFtax4b532u9aXTPia3GTQNdiffw wWSlLJ2lWhPAc2Xd/0iQwGAGhOccqA1X8NyL+zuvL9e8GvnSikxjdWB0DPWbhQTj lFpIXpGHF6AU+Y6+u/0kLLZcacP84Nk0RCtAkmyVu3vdOAlcJR0LSjllnpjFO+Gi kWzvHi+yGR9v7xPOqBcgprKZCmRClIZEzo9QxH5Y98cgxhFENzDP4BPOsW6aPKPj W7T9HixRYF8IymvlfbFb =YDkY -----END PGP SIGNATURE----- --wRtZRu2mMGBZ6YQ7--