From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26872 invoked by alias); 13 May 2002 22:57:31 -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 26861 invoked from network); 13 May 2002 22:57:26 -0000 Received: from unknown (HELO cygnus.com) (205.180.83.203) by sources.redhat.com with SMTP; 13 May 2002 22:57:26 -0000 Received: from romulus.sfbay.redhat.com (remus.sfbay.redhat.com [172.16.27.252]) by runyon.cygnus.com (8.8.7-cygnus/8.8.7) with ESMTP id PAA22613; Mon, 13 May 2002 15:57:25 -0700 (PDT) Received: (from kev@localhost) by romulus.sfbay.redhat.com (8.11.6/8.11.6) id g4DMvNo00617; Mon, 13 May 2002 15:57:23 -0700 Date: Mon, 13 May 2002 15:57:00 -0000 From: Kevin Buettner Message-Id: <1020513225722.ZM616@localhost.localdomain> In-Reply-To: Andrew Cagney "Re: new gdb arch routine FRAME_UNCHANGED" (May 13, 6:46pm) References: <200205110023.g4B0NVCF004832@napali.hpl.hp.com> <3CDC6E2F.9020702@cygnus.com> <15580.31869.406085.760707@napali.hpl.hp.com> <3CDDE701.90603@cygnus.com> <15584.11515.164115.822423@napali.hpl.hp.com> <3CE04238.3060102@cygnus.com> To: Andrew Cagney , davidm@hpl.hp.com Subject: Re: new gdb arch routine FRAME_UNCHANGED Cc: gdb-patches@sources.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-05/txt/msg00505.txt.bz2 On May 13, 6:46pm, Andrew Cagney wrote: > Also, code wants to determine which code is more INNER_THAN(). With two > stacks, that starts to get really weird! Yes. On IA-64, the meaning of INNER_THAN is different for the two stacks. (I.e, the stacks grow in different directions.) Kevin