summaryrefslogtreecommitdiff
path: root/gdb/config/sparc
diff options
context:
space:
mode:
authorDavid Carlton <carlton@bactrian.org>2002-12-24 20:14:30 +0000
committerDavid Carlton <carlton@bactrian.org>2002-12-24 20:14:30 +0000
commit2e573f6050fbef299b7172bbdf83895ae9964bac (patch)
tree996b6d638aa5118f87ee7e04d2b0aca0c1c802e3 /gdb/config/sparc
parentab93b1a3ddc8e6d035dacc459a099af8121f074a (diff)
downloadgdb-2e573f6050fbef299b7172bbdf83895ae9964bac.tar.gz
2002-12-24 David Carlton <carlton@math.stanford.edu>
* config/sparc/tm-sparc.h: Delete duplicate definition of DEPRECATED_PC_IN_CALL_DUMMY.
Diffstat (limited to 'gdb/config/sparc')
-rw-r--r--gdb/config/sparc/tm-sparc.h1
1 files changed, 0 insertions, 1 deletions
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. */