From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9580 invoked by alias); 31 Mar 2003 05:44:29 -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 9573 invoked from network); 31 Mar 2003 05:44:29 -0000 Received: from unknown (HELO gandalf.inter.net.il) (192.114.186.22) by sources.redhat.com with SMTP; 31 Mar 2003 05:44:29 -0000 Received: from zaretsky ([80.230.235.187]) by gandalf.inter.net.il (Mirapoint Messaging Server MOS 3.2.2-GA) with ESMTP id AKJ90831; Mon, 31 Mar 2003 08:44:17 +0300 (IDT) Date: Mon, 31 Mar 2003 05:44:00 -0000 From: "Eli Zaretskii" To: ac131313@redhat.com Message-Id: <7458-Mon31Mar2003083720+0300-eliz@elta.co.il> CC: gdb-patches@sources.redhat.com In-reply-to: <3E8470A1.9060106@redhat.com> (message from Andrew Cagney on Fri, 28 Mar 2003 10:56:17 -0500) Subject: Re: [patch rfc] TARGET_WRITE_SP -> DEPRECATED_DUMMY_WRITE_SP Reply-to: Eli Zaretskii References: <3E8470A1.9060106@redhat.com> X-SW-Source: 2003-03/txt/msg00606.txt.bz2 > Date: Fri, 28 Mar 2003 10:56:17 -0500 > From: Andrew Cagney > > The attached patch replaces TARGET_WRITE_SP with=20 > DEPRECATED_DUMMY_WRITE_SP. Instead of providing this method, an=20 > architecture is expected to update the stack pointer as part of creating=20 > the fake call-frame (in push_dummy_call()). The manual patch is okay with me.