From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25527 invoked by alias); 28 Mar 2015 07:01:11 -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 25517 invoked by uid 89); 28 Mar 2015 07:01:11 -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; Sat, 28 Mar 2015 07:01:09 +0000 Received: from vapier (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with SMTP id 0FE6B34063E; Sat, 28 Mar 2015 07:01:06 +0000 (UTC) Date: Sat, 28 Mar 2015 07:01:00 -0000 From: Mike Frysinger To: Jiri Gaisler Cc: gdb-patches@sourceware.org Subject: Re: [PATCH v4 04/13] sim/erc32: Use memory_iread() function for instruction fetching. Message-ID: <20150328070107.GH30239@vapier> Mail-Followup-To: Jiri Gaisler , gdb-patches@sourceware.org References: <1426626170-21401-1-git-send-email-jiri@gaisler.se> <1426626170-21401-5-git-send-email-jiri@gaisler.se> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="WR+jf/RUebEcofwt" Content-Disposition: inline In-Reply-To: <1426626170-21401-5-git-send-email-jiri@gaisler.se> X-IsSubscribed: yes X-SW-Source: 2015-03/txt/msg00933.txt.bz2 --WR+jf/RUebEcofwt Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-length: 660 On 17 Mar 2015 22:02, Jiri Gaisler wrote: > Use separate memory_iread() function for instruction fetching. > Speeds up execution and allows addition of an MMU at a later stage. >=20 > * erc32.c (memory_iread): New function to fetch instructions. > * interf.c (run_sim): Use memory_iread. > * sis.c (run_sim): As above. pushed, but i had to fix up the ChangeLog: 2015-03-28 Jiri Gaisler * erc32.c (memory_iread): New function to fetch instructions. (memory_read): Print message in verbose mode. * interf.c (run_sim): Use memory_iread. * sis.c (run_sim): As above. * sis.h (memory_iread): New prototype. (sregs): Declare. -mike --WR+jf/RUebEcofwt Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-length: 819 -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJVFlGzAAoJEEFjO5/oN/WB0q4P/0YdoebAcT9ZDqrc39QtnJZ4 IN5s/Xrgy+eulCQG3+KfwMGDkRQCG+6gcmd2XcxmAndlsoW5kUjCPRzTSL9YvdNF ARHLBpjeqfm0Up4iG7gEfLGEEBcSXmR+05wmkgCuGlt+HeTHi2egXFdeZ4olqLg6 AD3vhbSp12dhN3TGuv39dGeV5FFKuG5aW4QwK8j/Cro+ey8AX+csFnkEhhkwmkuu PJqLV5d1kGVbld1P50qMB8q0TaUl3jUdadERVd7+gqx4hiKpz54JtTIIhGBY7lOM JLBuuxdPU+X6IKV4GtREXsx/QXrcpBqt7mIT4AmviLtF07TxfkpsO7haKrhiggjy KR8/NHn24qFkPtWL7Ug1jMSrHbPjaUG9XQ2viSRdMtLrPjtAWaKbcRcs7mg2wLYH vyS13xDG2RuArkB0TeGSDBgfFUBkrWgjk5ksF8JjJtmc4BgOsrx/lg3Y7XzuBaez RTncdM3ButA+aesMNBGpZ7Sn66n3fs9PALEfsTi/HvIUclu8o9D+L1ci6YRGixjM VdZtZXP+gvHKn37kSp8ZmcLdSkG4RqbXrOLmHcT/KtMgwOXG3PvXINCzyyupgW8Z CnLvWjJxUWPfm/Bu5uF3b092lrT7PzIlaruMzf9ph4+jprB55ilA6M0cIPWT2GtE GaDxCIUDGvoMTt9/puUN =cTaj -----END PGP SIGNATURE----- --WR+jf/RUebEcofwt--