From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: Jim Blandy Cc: gdb@sources.redhat.com Subject: Re: FRAME_ARGS_SKIP Date: Mon, 25 Jun 2001 21:20:00 -0000 Message-id: <3B380D89.90203@cygnus.com> References: <20010614180846.92AAA5E9CB@zwingli.cygnus.com> <3B29777E.6030401@cygnus.com> <3B2F7C53.1000100@cygnus.com> X-SW-Source: 2001-06/msg00197.html > 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