From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 127582 invoked by alias); 19 Mar 2015 18:42:35 -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 127538 invoked by uid 89); 19 Mar 2015 18:42:34 -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; Thu, 19 Mar 2015 18:42:33 +0000 Received: from vapier (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with SMTP id 3D0C8340AF9; Thu, 19 Mar 2015 18:42:31 +0000 (UTC) Date: Thu, 19 Mar 2015 18:42:00 -0000 From: Mike Frysinger To: Nick Clifton Cc: dj@redhat.com, gdb-patches@sourceware.org Subject: Re: RFA: RL78: Fix simulation of G13 multiply/divide peripheral Message-ID: <20150319184231.GB4128@vapier> Mail-Followup-To: Nick Clifton , dj@redhat.com, gdb-patches@sourceware.org References: <87fv91nfy3.fsf@redhat.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="pvezYHf7grwyp3Bc" Content-Disposition: inline In-Reply-To: <87fv91nfy3.fsf@redhat.com> X-IsSubscribed: yes X-SW-Source: 2015-03/txt/msg00600.txt.bz2 --pvezYHf7grwyp3Bc Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-length: 713 On 19 Mar 2015 15:51, Nick Clifton wrote: > The patch below fixes a problem with the RL78 simulator simulation of > the G13 multiply/divide peripheral. Namely the MDB register is not > 32-bit aligned so the mem_put_si and mem_get_si functions cannot be > used with it. Instead the value has to be split up into two 16-bit > parts and the mem_{get|put}_hi functions used. >=20 > In addition the patch adds support for the new G13 and G14 flags in > RL78 ELF headers. If one of these flag bits is present then the patch > selects the appropriate G10/G13/G14 emulation mode. >=20 > Tested with no regressions on an rl78-elf toolchain. how do you really know when there are no sim tests ? -mike --pvezYHf7grwyp3Bc Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-length: 819 -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJVCxiXAAoJEEFjO5/oN/WBllYP/Rr6Ha7rODO36MtLMjWOE3gr VEGZghK4Wz/Z5N0Guhs/bMdi7lXjqSPKOKOMhuS9wV/EG3KfKgU6Iia6EZYPEj2v NCOXXqw8+KJlwoFXxX/I8AhzBX6uzIYQlywBgniBmdBdwcgVL01BnAaGBjM/gaDK Tl4pK0qCQDq0D+qfuN4FHNop2GqzaT0r129zVIY9CQAhF2OFfFwL6zg9Wj+Wj7jU RlqT44VJKE4xp2N7fIS2bLPr1R5Zsq7mHeltHeAjeRqya16JpMHDIQiWvZGNNdOe HwBVcVeirpJGH4wjsu1pTn/p0fQz7gNQXy3mKMp/voQCb1w7dbTirp+SdKsngroc iG599OquYRZd9hdqyRcXK3tud+edjjnnfICU2wVeRALBP4PiiezHQIm3BApFYNUc Woyz3JhzvWp9QxS2ixKiv1mapgqet8AT834K5Xiry9iwLigaPDVHEXFsZYPI5Yyl rx3SV+z/1eRnX0VE16S137VdYu4Ix6cLlnXcOKYfFac05n8+XftAlIH4Zgm9f9yV VkwD7gr5ktu3PmewXcGy21HtSuMEqudJwmzziPaor4XVqddB7Yy9HUo44FO8aprZ 6Q/Dz+NyaJjoUJ3y4N2EjB5FKn7+BSmiSxdO/s5Yf8EVla1pf5Puq0jloscF8Cv4 pNJoya54Jzs2+9trplh4 =/QzU -----END PGP SIGNATURE----- --pvezYHf7grwyp3Bc--