From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: Jim Blandy Cc: gdb-patches@sources.redhat.com Subject: Re: RFA: relax restrictions on per-architecture data registration Date: Wed, 06 Jun 2001 06:34:00 -0000 Message-id: <3B1E3189.6030009@cygnus.com> References: <20010601233233.C19845E9CB@zwingli.cygnus.com> X-SW-Source: 2001-06/msg00055.html Jim, To follow up my previous post. All I think is needed is for the code in arch-utils.c:initialize_current_architecture(): if (GDB_MULTI_ARCH) { if (! gdbarch_update_p (info)) { internal_error (__FILE__, __LINE__, "initialize_current_architecture: Selection of initial architecture failed"); } } to be tweeked so that, when there is no multi-arch, the data vector is still initialized. Andrew