From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29662 invoked by alias); 24 Dec 2002 18:05:07 -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 29655 invoked from network); 24 Dec 2002 18:05:06 -0000 Received: from unknown (HELO jackfruit.Stanford.EDU) (171.64.38.136) by 209.249.29.67 with SMTP; 24 Dec 2002 18:05:06 -0000 Received: (from carlton@localhost) by jackfruit.Stanford.EDU (8.11.6/8.11.6) id gBOI4tv02777; Tue, 24 Dec 2002 10:04:55 -0800 X-Authentication-Warning: jackfruit.Stanford.EDU: carlton set sender to carlton@math.stanford.edu using -f To: gdb-patches@sources.redhat.com Cc: Andrew Cagney Subject: [rfa] delete duplicate definition of DEPRECATED_PC_IN_CALL_DUMMY From: David Carlton Date: Tue, 24 Dec 2002 11:29:00 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-12/txt/msg00667.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. It seems obvious, but I wanted to double-check, both because I haven't been following the dummy frame stuff too closely and because I haven't actually yet done an all-targets build testing this patch. (That will probably happen tonight.) David Carlton carlton@math.stanford.edu 2002-12-24 David Carlton * config/sparc/tm-sparc.h: Delete duplicate definition of DEPRECATED_PC_IN_CALL_DUMMY. 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. */