From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18814 invoked by alias); 6 Jan 2003 22:47:43 -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 17580 invoked from network); 6 Jan 2003 22:46:26 -0000 Received: from unknown (HELO localhost.redhat.com) (216.138.202.10) by 209.249.29.67 with SMTP; 6 Jan 2003 22:46:26 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 053463D45; Mon, 6 Jan 2003 17:46:17 -0500 (EST) Message-ID: <3E1A0738.6050805@redhat.com> Date: Mon, 06 Jan 2003 22:47:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.1) Gecko/20021211 X-Accept-Language: en-us, en MIME-Version: 1.0 To: David Carlton Cc: gdb-patches@sources.redhat.com Subject: Re: [rfa] delete duplicate definition of DEPRECATED_PC_IN_CALL_DUMMY References: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-01/txt/msg00239.txt.bz2 > config/sparc/tm-sparc.h has two identical definitions of > DEPRECATED_PC_IN_CALL_DUMMY. Here's a patch to delete one of them. Thanks! > Index: tm-sparc.h > =================================================================== > RCS file: /cvs/src/src/gdb/config/sparc/tm-sparc.h,v > retrieving revision 1.26 > diff -u -p -r1.26 tm-sparc.h > --- tm-sparc.h 11 Dec 2002 02:26:38 -0000 1.26 > +++ tm-sparc.h 24 Dec 2002 18:01:17 -0000 > @@ -657,7 +657,6 @@ extern void sparc_print_extra_frame_info > /* Call dummy method (eg. on stack, at entry point, etc.) */ > > #define CALL_DUMMY_LOCATION ON_STACK > -#define DEPRECATED_PC_IN_CALL_DUMMY(pc, sp, frame_address) deprecated_pc_in_call_dummy_on_stack (pc, sp, frame_address) > > /* Method for detecting dummy frames. */ Andrew