From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15819 invoked by alias); 12 Jan 2016 06:49:29 -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 15807 invoked by uid 89); 12 Jan 2016 06:49:28 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy= 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, 12 Jan 2016 06:49:27 +0000 Received: from vapier.lan (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with SMTP id C37F5340914; Tue, 12 Jan 2016 06:49:23 +0000 (UTC) Date: Tue, 12 Jan 2016 06:49:00 -0000 From: Mike Frysinger To: Steve Ellcey , gdb-patches@sourceware.org Subject: Re: MIPS simulator is broken Message-ID: <20160112064923.GH4894@vapier.lan> Mail-Followup-To: Steve Ellcey , gdb-patches@sourceware.org References: <5f31ca78-325c-4c18-9abf-16de50bac964@BAMAIL02.ba.imgtec.org> <20160112010025.GE4894@vapier.lan> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="oXNgvKVxGWJ0RPMJ" Content-Disposition: inline In-Reply-To: <20160112010025.GE4894@vapier.lan> X-IsSubscribed: yes X-SW-Source: 2016-01/txt/msg00208.txt.bz2 --oXNgvKVxGWJ0RPMJ Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-length: 658 On 11 Jan 2016 20:00, Mike Frysinger wrote: > i don't know why mips wants to do this, and considering literally no > other target does it (ok, sh64 does it, but let's ignore them since > that target is dead & being removed), it's probably not an accident. > so we have to hack around it in the sim: i've pushed that fix now > that allows most tests to pass, but 6 (out of 69) are still failing. > fpu64-ps.s for example has: > mips-core: 8 byte read to unmapped address 0xffffffff80010b18 at 0x80010070 this one i punted to a bug: https://sourceware.org/bugzilla/show_bug.cgi?id=19447 someone who cares about the mips port will have to take a look -mike --oXNgvKVxGWJ0RPMJ Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-length: 819 -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJWlKHzAAoJEEFjO5/oN/WB8uMQANr0FNaWyotxcBK57l6Msu8J 1RIQqCQUv4kbeqAC8tJK2bb1fM1X6gGwceYYen1bQeqb0yIFkiVbPkWIKG3Y8pL9 ZLHQ29rYKOgiYpkDb/HPNis/IblsXgixPSvRorWeeZ0igBKNuCrwsq+nVnCtoeun 4S9LTxEdXV27gVxbYxvijuWo5CizoYd4K+JwGp3IUvGEUEGwSY7s2xu4CNeYXV0h cw/oc0wAgZ/7x2EbfQV8lfW6PamBva+jG66X0AplSXAByAqaGlFFOrPFHFVYYfH2 TlVeAKdMhLmUTGem0So9RDlzVqrfttjlvrVbeQlKwYYIxk9gP8w6VXB36NjbOe7r FEJF6A6hJ1Xpt1uo9ljJqyOQZ1d6Fedc4j08eW/lWIcorRARgHwj3my/ZmEZBB2w nxlh7bR8ZmdbZWgL5+pq/Gc2PFjI0Cd8A6VM4tg28COl6LyWvOWLK1QjavxvBxWJ wMkj+AWil/RroYHFAa/4I6zImDRL2vzdp3j1bltjxH1mMZ6VQFSD0fgWIpA0M48r jqbdgzriqwl9QqzNa96kBw/xkdDcPbqs5Hd7eIeKVGMwT98mfiOKs+Pxh7SmIx3r 7xw6gyC1zZDRldcDGA6iHl8kbv7Zh48TOtiTZh63IpWpkFKuhopJHXujoo+37S4M ZU8I3wzbflJ1NWf5Ja+i =LQev -----END PGP SIGNATURE----- --oXNgvKVxGWJ0RPMJ--