From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20771 invoked by alias); 7 May 2004 20:37:04 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 20724 invoked from network); 7 May 2004 20:37:04 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 7 May 2004 20:37:04 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.10/8.12.10) with ESMTP id i47JWv0o024219 for ; Fri, 7 May 2004 15:32:57 -0400 Received: from localhost.redhat.com (to-dhcp51.toronto.redhat.com [172.16.14.151]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i47JWvv26198; Fri, 7 May 2004 15:32:57 -0400 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 443342B9D; Fri, 7 May 2004 15:32:57 -0400 (EDT) Message-ID: <409BE469.70607@gnu.org> Date: Fri, 07 May 2004 20:37:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-GB; rv:1.4.1) Gecko/20040217 MIME-Version: 1.0 To: Randolph Chung Cc: gdb-patches@sources.redhat.com Subject: Re: [patch] fallback unwinder for hppa References: <20040504152410.GL3965@tausq.org> <409A94E3.2050005@gnu.org> <20040507023824.GH3965@tausq.org> In-Reply-To: <20040507023824.GH3965@tausq.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-05/txt/msg00214.txt.bz2 >>It should be possible to encode this information directly in the >>> saved_regs array. For instance, near the end, round: > > [...] > >>> saved_regs[PCOQ_TAIL_REGNUM] = saved_regs[PCOQ_HEAD_REGNUM] > > > hrm? i don't see how that gives the same thing? we want an unwind of > PCOQ_TAIL_REGNUM to always return the value of PCOQ_HEAD_REGNUM + 4 Ah (it should be possible to encode that, but thats getting a bit beyond the current problem). Ok then. Andrew > randolph