From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17165 invoked by alias); 24 Mar 2003 18:18:58 -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 17153 invoked from network); 24 Mar 2003 18:18:57 -0000 Received: from unknown (HELO aragorn.inter.net.il) (192.114.186.23) by sources.redhat.com with SMTP; 24 Mar 2003 18:18:57 -0000 Received: from zaretsky (adsl-ayalon-pc-128-105.inter.net.il [213.8.128.105]) by aragorn.inter.net.il (Mirapoint Messaging Server MOS 3.2.2-GA) with ESMTP id AJS65288; Mon, 24 Mar 2003 20:10:13 +0200 (IST) Date: Mon, 24 Mar 2003 18:18:00 -0000 From: "Eli Zaretskii" To: ac131313@redhat.com Message-Id: <3405-Mon24Mar2003200357+0200-eliz@elta.co.il> CC: gdb-patches@sources.redhat.com In-reply-to: <3E7E977A.5080302@redhat.com> (message from Andrew Cagney on Mon, 24 Mar 2003 00:28:26 -0500) Subject: Re: [patch rfc] PUSH_ARGUMENTS() -> push_dummy_call() Reply-to: Eli Zaretskii References: <3E7E977A.5080302@redhat.com> X-SW-Source: 2003-03/txt/msg00476.txt.bz2 > Date: Mon, 24 Mar 2003 00:28:26 -0500 > From: Andrew Cagney > > The attached patch addes the architecture method push_dummy_call() as a > successor for the deprecated PUSH_ARGUMENTS(). PUSH_ARGUMENTS() is used > when doing an inferior function call. The new method takes two > additional parameters: The documentation patch is approved. Thanks!