From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 62223 invoked by alias); 8 Jan 2016 22:49:02 -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 62206 invoked by uid 89); 8 Jan 2016 22:49:01 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy=H*c:MHH 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; Fri, 08 Jan 2016 22:49:01 +0000 Received: from vapier.lan (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with SMTP id CA501340924; Fri, 8 Jan 2016 22:48:58 +0000 (UTC) Date: Fri, 08 Jan 2016 22:49:00 -0000 From: Mike Frysinger To: Steve Ellcey Cc: gdb-patches@sourceware.org Subject: Re: MIPS simulator is broken Message-ID: <20160108224858.GB3553@vapier.lan> Mail-Followup-To: Steve Ellcey , gdb-patches@sourceware.org References: <5f31ca78-325c-4c18-9abf-16de50bac964@BAMAIL02.ba.imgtec.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="IrhDeMKUP4DT/M7F" Content-Disposition: inline In-Reply-To: <5f31ca78-325c-4c18-9abf-16de50bac964@BAMAIL02.ba.imgtec.org> X-IsSubscribed: yes X-SW-Source: 2016-01/txt/msg00147.txt.bz2 --IrhDeMKUP4DT/M7F Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-length: 446 On 08 Jan 2016 14:30, Steve Ellcey wrote: > Your December 26th change to the mips simulator has broken it, at least > for me. I am trying to compile and run a program with mips32r2 big-endian > and am using the mti32.ld linker script. >=20 > After your commit my attempts to run a 'hello world' program die with: please add a testcase to the sim/testsuite/ tree that triggers the error when you run `make check`. i can look after that. -mike --IrhDeMKUP4DT/M7F Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-length: 819 -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJWkDzaAAoJEEFjO5/oN/WBpLAP/jEZdHu8uJGAS1YLXdGse5Aw KO219VQvp0nMcJLhKhlaDDd0IfJNbiXl9igjyQ8pwnlbvqznGfrHEPk2Q8UA7sHb OmrfOVWPOa0lMNjGuqS3Nr2Gpr+mcJYCqQrIiEQPirwyMvkv/HhxvHwhRYHIp+9o Fas7Vh9tfDelTo/9s8lH+CJkJhddH3R/ooNLlR7SxD1ZA95lOObI3kuqM0eWReFT sogO/uU2GjYx7A/eO7KiEEPIbep6S+OM8YLY0XEjwqGyPA3/beYsQb4ZAYrKXggD tKM6WrmX52WTs1oL6vMsMd6OwIGkdkxlsaEsao8iSh72RGLi5kMrmFm39yGTfkwg REWf8rJ6W8jDP2dHAskZLMnH5u87ukQ5e7SfGJmfdAO0xUI7lJZDuaRMpG4YQj/s qNJx3vaotM3cOVCQnXvdH1oVf7+0XO1C8+ABf79mJo/EZLC/qWFjjM5hTmKUKzNk AKXhqVwQGl9SxsfEVK610nD/POV32mXuvkrzhSB8hEY1hJ8thFIq+UQre+KF4BiB tXY74aVpxv6Nlc8T0AiBdwaSS2h1euaGkL3J/gBiXy0O5MHlo95FuoQ1dTwoc3mS dtQMHFutV4QkM8zb84jasH8CFUJIUrpl+7Seg2LGLMRp38mITn07z/q1DFYDnysa uht6FWEERwDO8dw6eByI =vJrK -----END PGP SIGNATURE----- --IrhDeMKUP4DT/M7F--