On Sunday 06 May 2007 15:52, Vladimir Prus wrote: > On Saturday 05 May 2007 15:02, Andreas Schwab wrote: > > Vladimir Prus writes: > > > > > + /* Is this ColdFire architecture, as opposed to generic m68k? */ > > > + int coldfire; > > > + > > > + /* Is this fido architecture, as opposed to generic m68k? */ > > > + int fido; > > > > How about making this a single enum? They surely can never both be > > non-zero at the same time. > > Good idea. Here's a revised patch. Any comments? I attach the patch again for convenience. - Volodya