On Aug 2, 2003, Andrew Cagney wrote: > For the simulator, two refinements: > +void fpu_disabled_exception PARAMS ((SIM_DESC, sim_cpu *, > address_word)); > The code needs to use strict ISO C. It might be easier to just > convert everything. > + store_word (addr + 4, data.high); > +} > #endif /* not WITH_COMMON */ > The MN10300 switched to sim/common long ago, the #if !WITH_COMMON code > should be deleted. > they can both be considered pretty "obvious". > Other than that, its approved. Having fixed the two items above, I'm going ahead and checking this in.