From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: Andrew Cagney Cc: gdb-patches@sources.redhat.com Subject: Re: [rfc/wip] More defensive gdbarch initialization Date: Sun, 29 Jul 2001 12:29:00 -0000 Message-id: <3B64643B.30801@cygnus.com> References: <3B61EFD6.1040900@cygnus.com> X-SW-Source: 2001-07/msg00711.html > You can expect some ``obvious fixes'' related to this over the next ew days. I'll delay any decision to commit something like the change below until after 5.1 has branched, it is proving a little too effective in finding bugs [:-)] Just FYI, I went as far as investigating the fixes required decided to drop any idea of committing any changes in time for 5.1. The code has to both work with and without multi-arch and that quickly makes things nasty. With the branch cut I'll see about a proper solution being committed to the trunk. > Oh for the day when current_gdbarch isn't a global. Doubled. Andrew