From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21037 invoked by alias); 15 Mar 2002 03:04:28 -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 20984 invoked from network); 15 Mar 2002 03:04:25 -0000 Received: from unknown (HELO localhost.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 15 Mar 2002 03:04:25 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 529923C97; Thu, 14 Mar 2002 22:04:21 -0500 (EST) Message-ID: <3C9164B5.5000300@cygnus.com> Date: Thu, 14 Mar 2002 19:04:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:0.9.8) Gecko/20020210 X-Accept-Language: en-us MIME-Version: 1.0 To: "Martin M. Hunt" Cc: gdb@sources.redhat.com Subject: Re: build_regcache References: <200203150141.g2F1fO620177@localhost.localdomain> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-03/txt/msg00131.txt.bz2 > Am I misunderstanding something or does it not make sense that the register > cache is initialized before any architectures? Would moving it to the end of > COMMON_OBS be an OK solution? It has worked up until now. Do you have any more info? I do recall that the mixture of pseudo-registers and the wrong combination of multi-arch and non-multi-arch register macros can be fatal. Andrew