From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2408 invoked by alias); 23 Apr 2003 09:37:55 -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 2391 invoked from network); 23 Apr 2003 09:37:50 -0000 Received: from unknown (HELO gandalf.inter.net.il) (192.114.186.22) by sources.redhat.com with SMTP; 23 Apr 2003 09:37:50 -0000 Received: from zaretsky (cable-131-74.inter.net.il [213.8.131.74]) by gandalf.inter.net.il (Mirapoint Messaging Server MOS 3.2.2-GA) with ESMTP id AMO26055; Wed, 23 Apr 2003 12:37:40 +0300 (IDT) Date: Wed, 23 Apr 2003 14:37:00 -0000 From: "Eli Zaretskii" To: ac131313@redhat.com Message-Id: <2927-Wed23Apr2003123434+0300-eliz@elta.co.il> CC: gdb-patches@sources.redhat.com, kettenis@chello.nl In-reply-to: <3EA5C113.7080906@redhat.com> (message from Andrew Cagney on Tue, 22 Apr 2003 18:24:19 -0400) Subject: Re: [patch rfc] push_dummy_call return a frame ID; eliminate need for read_fp Reply-to: Eli Zaretskii References: <3EA5C113.7080906@redhat.com> X-SW-Source: 2003-04/txt/msg00435.txt.bz2 > Date: Tue, 22 Apr 2003 18:24:19 -0400 > From: Andrew Cagney > > This patch modifies the architecture method push_dummy_call() so that it > returns a frame ID, and not just a stack pointer. That frame ID is then > used: Okay for the manual patch.