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