igen: Fix SMP simulator generator support.

Use the bfd-processor name in the sim-engine switch.
	Add nr_cpus argument to sim_engine_run.
tic80, v850, d30v, mips, common:
	Update
mips:	Fill in bfd-processor field of model records so that
	they match ../bfd/archures.
This commit is contained in:
Andrew Cagney
1998-01-31 06:23:41 +00:00
parent 5266a484f4
commit 9ec6741b17
11 changed files with 977 additions and 39 deletions

View File

@@ -3120,13 +3120,14 @@ decode_coproc(sd,cia,instruction)
#if (WITH_IGEN > 1)
void old_engine_run PARAMS ((SIM_DESC sd, int next_cpu_nr, int siggnal));
void
old_engine_run (sd, next_cpu_nr, siggnal)
old_engine_run (sd, next_cpu_nr, nr_cpus, siggnal)
#else
void
sim_engine_run (sd, next_cpu_nr, siggnal)
sim_engine_run (sd, next_cpu_nr, nr_cpus, siggnal)
#endif
SIM_DESC sd;
int next_cpu_nr; /* ignore */
int nr_cpus; /* ignore */
int siggnal; /* ignore */
{
#if !defined(FASTSIM)