This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH v4 04/13] sim/erc32: Use memory_iread() function for instruction fetching.


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.
> 
> 	* 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  <jiri@gaisler.se>

	* 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

Attachment: signature.asc
Description: Digital signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]