This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [rfa] delete duplicate definition of DEPRECATED_PC_IN_CALL_DUMMY


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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]