From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8180 invoked by alias); 25 Mar 2003 19:00:39 -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 8135 invoked from network); 25 Mar 2003 19:00:36 -0000 Received: from unknown (HELO localhost.redhat.com) (207.219.125.105) by sources.redhat.com with SMTP; 25 Mar 2003 19:00:36 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 54F952B23; Tue, 25 Mar 2003 14:00:29 -0500 (EST) Message-ID: <3E80A74D.4090805@redhat.com> Date: Tue, 25 Mar 2003 19:00:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030223 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Eli Zaretskii Cc: gdb-patches@sources.redhat.com Subject: Re: [patch rfc] Deprecate CALL_DUMMY_STACK_ADJUST{,_} References: <3E7F558E.5020100@redhat.com> <9003-Tue25Mar2003061613+0200-eliz@elta.co.il> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-03/txt/msg00501.txt.bz2 > Date: Mon, 24 Mar 2003 13:59:26 -0500 >> From: Andrew Cagney >> >> This patch combines CALL_DUMMY_STACK_ADJUST and=20 >> CALL_DUMMY_STACK_ADJUST_P, which are both used by hand_function_call(),=20 >> into a single DEPRECATED_CALL_DUMMY_STACK_ADJUST (with predicate). > > > Okay for the manual patch. I've checked this in. Andrew