From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21814 invoked by alias); 6 Apr 2002 02:30:37 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 21752 invoked from network); 6 Apr 2002 02:30:36 -0000 Received: from unknown (HELO localhost.redhat.com) (24.112.240.27) by sources.redhat.com with SMTP; 6 Apr 2002 02:30:36 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id C1F363CA6; Fri, 5 Apr 2002 21:30:35 -0500 (EST) Message-ID: <3CAE5DCB.7080102@cygnus.com> Date: Fri, 05 Apr 2002 18:30:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:0.9.9) Gecko/20020328 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Daniel Jacobowitz Cc: hunt@redhat.com, gdb@sources.redhat.com, cagney@redhat.com Subject: Re: Alpha completely broken: build_regcache never called References: <20020403180530.A570@nevyn.them.org> <3CABE158.5080706@cygnus.com> <20020404002511.A11444@nevyn.them.org> <3CAC61E0.7040300@cygnus.com> <20020404114216.A31713@nevyn.them.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-04/txt/msg00070.txt.bz2 > That function only initializes things created with >> >register_gdbarch_data... not register_gdbarch_swap. Adding a call to >> >init_gdbarch_swap (&startup_gdbarch) in initialize_non_multiarch causes >> >it to be called. Is that correct? > >> >> Er, yes :-( Does it ``work'' (between the other two functions to match >> gdbarch_update_p())? > > > Yep. Want me to check it in? M'kay (thanks). No need for the branch - doesn't contain the patch that triggered this. Andrew