From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 72716 invoked by alias); 24 Apr 2015 18:53:31 -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 72706 invoked by uid 89); 24 Apr 2015 18:53:30 -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,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; Fri, 24 Apr 2015 18:53:29 +0000 Received: from vapier (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with SMTP id 56B0E340949; Fri, 24 Apr 2015 18:53:27 +0000 (UTC) Date: Fri, 24 Apr 2015 18:53:00 -0000 From: Mike Frysinger To: Nick Clifton Cc: gdb-patches@sourceware.org Subject: Re: Commit: Obvious fixes for PR 18273 Message-ID: <20150424185326.GY12496@vapier> Mail-Followup-To: Nick Clifton , gdb-patches@sourceware.org References: <87k2x1egez.fsf@redhat.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="RUh7Gb6wQL2PrpWP" Content-Disposition: inline In-Reply-To: <87k2x1egez.fsf@redhat.com> X-IsSubscribed: yes X-SW-Source: 2015-04/txt/msg00945.txt.bz2 --RUh7Gb6wQL2PrpWP Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-length: 764 On 24 Apr 2015 15:42, Nick Clifton wrote: > --- a/sim/bfin/bfin-sim.c > +++ b/sim/bfin/bfin-sim.c > @@ -4318,7 +4318,7 @@ decode_dsp32alu_0 (SIM_CPU *cpu, bu16 iw0, bu16 iw1) > SET_AREG (1, 0); > } > else if ((aop =3D=3D 0 || aop =3D=3D 1 || aop =3D=3D 2) && s =3D=3D 1 = && aopcde =3D=3D 8 > - && x =3D=3D 0 && s =3D=3D 1 && HL =3D=3D 0) > + && x =3D=3D 0 && HL =3D=3D 0) > { > bs40 acc0 =3D get_extended_acc (cpu, 0); > bs40 acc1 =3D get_extended_acc (cpu, 1); this one i was sitting on until i could go through the ISA and figure out t= he=20 exact matching. it is duplicated as-is, but it might have been a typo and= =20 should have been checking a different field. but i'll follow up on that=20 independently. -mike --RUh7Gb6wQL2PrpWP Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-length: 819 -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJVOpEmAAoJEEFjO5/oN/WBLTQQAMKaD6bLfHG6UlexjipjFlSx 3NEyFlFfef+kYrjtLRzmKhXcKr8azRuLu1+kwESiUSDw9GRkFZ+1VCIkqukAJQ39 0o44MtpViE62l4v6kOk5VpSVHYipl3Umva/tMwhl81Stb5aqyGVqm5jIGV3s1tDe yyzDNbGXp4aksO9FCZ/YHySFkEzmBQDe1YoMwlTXlL9TPFnpIW1jyMgCz0NAKazG gKa9+AnzvDMK4hGxWkDPWoKCFXdKLzz73YCdrD+jguIXl9eskRne4iDKIub47win UnxGdWV1Lsa8t6JL0iZ369UB2+LnHuIPBXkfyRyAViLw8n9nsnje5dm2/nJ9fwlI 6lR2flCAH93lqaz9c18dgEtDJIWYhprG1qakI08pbfsBH+PnevQQNcQSL+M6Ykf5 jobT1bxTG0FlLCvEI1wnVsr9le14fO/ZNOHMxTSYoSIglLwNT7mp/t0ErGnjR7KK fGCmJaog3iiFtQrUqAE7OgJTWlvMCthRc06wiSUDFhb9W3jWgHQ+b3AwCyiwBt0/ qP9+dwMJ1fYIL1Y6bnVHnLqoCQifdwbVCaEvhet50+Ejim3Qc2EIq9pzoX0Lsn/o cOX8vCwe5xVPuKAk/SplZXY5ST9Mdj2PrKynQdPU0cKU89WbMEBALRsny0t5/AXL y3EBuEn0dtjVNkSRKicu =DVur -----END PGP SIGNATURE----- --RUh7Gb6wQL2PrpWP--