Patch for sim/common/cgen-par.[ch]

Dave Brolley brolley@redhat.com
Wed Mar 8 12:19:00 GMT 2000


Hi,

I've attached a patch which adds sim_queue_fn_sf_write to the
existing functions for queuing writes of various modes (used for
simulation of parallel execution). It also fixes the type of the
last argument to sim_queue_fn_si_write.

I'm seeking approval for this patch. I also need someone to
commit it for me or write access to the CVS repository so I can
do it myself.

Thanks,
Dave
2000-03-08  Dave Brolley  <brolley@redhat.com>

	* cgen-par.h (cgen_write_queue_kind): Add CGEN_FN_SF_WRITE.
	(CGEN_WRITE_QUEUE_ELEMENT): Add fn_sf_write.
	(sim_queue_fn_si_write): Last argument is has type USI.
	(sim_queue_fn_sf_write): New function.
	* cgen-par.c (sim_queue_fn_si_write): Declare 'value' as USI.
	(sim_queue_fn_sf_write): New function.
	(cgen_write_queue_element_execute): Handle CGEN_FN_SF_WRITE.



More information about the Gdb-patches mailing list