2002-12-24 David Carlton <carlton@math.stanford.edu>
authorDavid Carlton <carlton@bactrian.org>
Tue, 24 Dec 2002 20:14:30 +0000 (20:14 +0000)
committerDavid Carlton <carlton@bactrian.org>
Tue, 24 Dec 2002 20:14:30 +0000 (20:14 +0000)
* config/sparc/tm-sparc.h: Delete duplicate definition of
DEPRECATED_PC_IN_CALL_DUMMY.

gdb/ChangeLog
gdb/config/sparc/tm-sparc.h

index 0c7baae509afb292d37eda7d88b46f1497944ee9..d51d0c6b6b6b9a1ec8726f9637df4be447f72d3c 100644 (file)
@@ -1,3 +1,8 @@
+2002-12-24  David Carlton  <carlton@math.stanford.edu>
+
+       * config/sparc/tm-sparc.h: Delete duplicate definition of
+       DEPRECATED_PC_IN_CALL_DUMMY.
+
 2002-12-24  Kevin Buettner  <kevinb@redhat.com>
 
        * Makefile.in (mips-linux-tdep.o): Add $(mips_tdep_h) and
index f0a457223cbe95a677ef8b155f7f132beb3b71c2..13a0f82d7a497714b6607b7f244b5995e7828765 100644 (file)
@@ -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.  */