This is the mail archive of the gdb@sourceware.cygnus.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: i386: Are we settled?



> > If so, I encourage folks to start deleting stuff from their more
> > specialized tm-*.h files, and using the definitions in tm-i386.h.
> 
> I'm going through tm-go32.h now, but I have one question.  tm-i386.h
> has several definitions conditioned on symbols like HAVE_I387_REGS.
> What is the appropriate place to define (or undefine) these?  Is it
> tm-go32.h before it includes tm-i386.h or somewhere else?

Yes, it was the intention that the more specific .h files, like
tm-go32.h, which know more about the particular machine being
debugged, would define those.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]