On Wed, Jan 25, 2006 at 10:17:40AM -0800, Steve Ellcey wrote: > > 2006-01-25 Andreas Tobler <[EMAIL PROTECTED]> > > > > * genautomata.c (main): Add insn-config.h and recog.h to the > > include list. > > * Makefile.in (insn-automata.o): Adjust dependencies for the above > > includes. > > Andreas, > > I don't know if you have checked this in yet (you sent it to gcc instead > of gcc-patches) but for IA64 Linux and HP-UX this isn't quite enough. > > I still get implicitly declared errors for a couple of functions declared > in ia64-protos.h. I think the patch needs to be expanded to include > tm_p.h in addition to tm.h. I am testing that now.
Perhaps best to just clone the complete list of headers from insn-attrtab.c? I can't remember anymore why I didn't do that in the first place. zw