From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18471 invoked by alias); 27 Mar 2003 03:53:12 -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 18464 invoked from network); 27 Mar 2003 03:53:12 -0000 Received: from unknown (HELO thor.inter.net.il) (192.114.186.11) by sources.redhat.com with SMTP; 27 Mar 2003 03:53:12 -0000 Received: from zaretsky ([80.230.234.142]) by thor.inter.net.il (Mirapoint Messaging Server MOS 3.2.2-GA) with ESMTP id AWF28818; Thu, 27 Mar 2003 05:53:03 +0200 (IST) Date: Thu, 27 Mar 2003 03:53:00 -0000 From: "Eli Zaretskii" To: ac131313@redhat.com Message-Id: <2950-Thu27Mar2003054637+0200-eliz@elta.co.il> CC: gdb-patches@sources.redhat.com In-reply-to: <3E825C3E.4010201@redhat.com> (message from Andrew Cagney on Wed, 26 Mar 2003 21:04:46 -0500) Subject: Re: [patch rfc] Eliminate write_sp() Reply-to: Eli Zaretskii References: <3E825C3E.4010201@redhat.com> X-SW-Source: 2003-03/txt/msg00538.txt.bz2 > Date: Wed, 26 Mar 2003 21:04:46 -0500 > From: Andrew Cagney > > It turns out that there is only one call to write_sp() in core GDB,=20 > found in hand_function_call(). Since that call is made redundant by=20 > push_dummy_call(), I think it should be removed / deprecated. This is=20 > just a tiny step - replace it with the underlying TARGET_WRITE_SP(). Okay for the docs patch.