From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17078 invoked by alias); 16 Feb 2012 04:54:34 -0000 Received: (qmail 17065 invoked by uid 22791); 16 Feb 2012 04:54:32 -0000 X-SWARE-Spam-Status: No, hits=-4.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from smtp.gentoo.org (HELO smtp.gentoo.org) (140.211.166.183) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 16 Feb 2012 04:54:20 +0000 Received: from vapier.localnet (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 3B9BC1B4002; Thu, 16 Feb 2012 04:54:19 +0000 (UTC) From: Mike Frysinger To: gdb-patches@sourceware.org Subject: Re: [RFC] sim: Update sim_{fetch,store}_register for sh and mn10300 Date: Thu, 16 Feb 2012 10:38:00 -0000 User-Agent: KMail/1.13.7 (Linux/3.2.0; KDE/4.6.5; x86_64; ; ) Cc: Kevin Buettner References: <20120215171319.229a3e1d@mesquite.lan> In-Reply-To: <20120215171319.229a3e1d@mesquite.lan> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1671738.NrhD9esO0z"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <201202152354.21507.vapier@gentoo.org> X-IsSubscribed: yes 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 X-SW-Source: 2012-02/txt/msg00320.txt.bz2 --nextPart1671738.NrhD9esO0z Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-length: 604 On Wednesday 15 February 2012 19:13:19 Kevin Buettner wrote: > The patch below updates sim_fetch_register for both mn10300 and sh > to return the length of the value being fetched instead of -1. For > sh, sim_store_register() is changed in a like fashion. >=20 > This change is necessary due to past changes to remote-sim.c which do > more stringent checks of the return value. >=20 > Comments? i assume `make sim-check` passes for the sh target, so OK > sim/ChangeLog: >=20 > * sh/interp.c (sim_store_register, sim_fetch_register): Return > length, not -1. note: there is a sim/sh/ChangeLog -mike --nextPart1671738.NrhD9esO0z Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. Content-length: 836 -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.17 (GNU/Linux) iQIcBAABAgAGBQJPPIv9AAoJEEFjO5/oN/WBLooP/iyfsVMQQibORVS3eHg3rsZm PjH+oDfxxpVSa0hv8+M9Ne59y+0TYM0ZH0mPTYBbtO5S/Jtph/u30XDkqGF2BfPQ uUzae0Ejh4NH/H59C0sWgSE+6AS2A52+9roaWtKn5arlq/IcA6r3DNcTjyq2pOMW 46dq22RTnk56uR1EegmEA9LPeu0cmM4djAhZgeo0ZE6RvrV1RUz0cDOVwxi6Uooj DxO9mt7OJvLIHXWKQsbqqXHye1Cy+MjaY+w0K5MWV+NQ+Q3PVuyI71QA/JBrO3EX Nxzq+kCCvZWjNEtmyg5Gvx+lK5jpAQ8IVLzsA65qD+36BGXlhBfnNhX2VoxwS2LW J7HI937g9IW475oBTrGMTnF2zp6gKOBlJHIy0nVIRrIwdQMy+NS/RwqiMr+HQ3b9 YjDqVw0Tt8miPv1GL+234nc0adL9tZ+KBmBtAMjdiDtFPuU5NF0FPScgs0NmqN35 8p00kr5OmPQx0Yo8+wnI2sZ9/rvZjMNBi6FUQLJOTBAitT3CgHGaleVZUuljkwUM k2u1pQ5dmWoMO/NWKa0G9JGc1UNIzHqCxtilIxxS22pK+Pgs1PtchzEWvfceeRYH WYAUHvDW82ZmNjjgKOj+OOEP2f23EyzTHapide7/vjud30xre5HSStuz8mrAjRic 9pTZQ1kjI17L3hwFTlBA =p7Cj -----END PGP SIGNATURE----- --nextPart1671738.NrhD9esO0z--