This is the mail archive of the gdb@sources.redhat.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: FRAME_ARGS_SKIP


> Is your target pure multi-arch?  The gdbarch code does many many more 
>> startup checks on such targets.
>> 
>> Andrew
> 
> 
> The complete contents of its tm-*.h file are:
> 
> /* This target uses an architecture vector exclusively.  */
> 
> #define GDB_MULTI_ARCH 1
> 
> 
> So I'm guessing that should be GDB_MULTI_ARCH should actually be set
> to GDB_MULTI_ARCH_PURE.  Is that right?


In that case you don't even need a tm.h. Instead tweek the end of 
configure.tgt so that it is something like the m68hc11.

	Andrew




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