From: David Carlton Date: Tue, 24 Dec 2002 21:55:05 +0000 (+0000) Subject: * config/sparc/tm-sparc.h: Delete duplicate definition of X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=de4bdf83a9693d35178e5e0680b4a5b0c3f23e0d;p=thirdparty%2Fbinutils-gdb.git * config/sparc/tm-sparc.h: Delete duplicate definition of DEPRECATED_PC_IN_CALL_DUMMY. --- diff --git a/gdb/config/sparc/tm-sparc.h b/gdb/config/sparc/tm-sparc.h index f0a457223cb..13a0f82d7a4 100644 --- a/gdb/config/sparc/tm-sparc.h +++ b/gdb/config/sparc/tm-sparc.h @@ -657,7 +657,6 @@ extern void sparc_print_extra_frame_info (struct 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. */