summaryrefslogtreecommitdiff
path: root/gdb/config
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2002-12-08 22:39:09 +0000
committerAndrew Cagney <cagney@redhat.com>2002-12-08 22:39:09 +0000
commitb417c7a583e92738a3dd2b36a536b41bddcb862d (patch)
tree62b75f54b72e5c58cbe3be0850263037e380ef78 /gdb/config
parent711a125cd3c4a70294cd96615120cb61b64ef88e (diff)
downloadgdb-b417c7a583e92738a3dd2b36a536b41bddcb862d.tar.gz
2002-12-08 Andrew Cagney <ac131313@redhat.com>
* config/mn10200/tm-mn10200.h (DEPRECATED_PC_IN_CALL_DUMMY): Delete redundant definition.
Diffstat (limited to 'gdb/config')
-rw-r--r--gdb/config/mn10200/tm-mn10200.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/config/mn10200/tm-mn10200.h b/gdb/config/mn10200/tm-mn10200.h
index f7760926e4f..2370118bb89 100644
--- a/gdb/config/mn10200/tm-mn10200.h
+++ b/gdb/config/mn10200/tm-mn10200.h
@@ -189,7 +189,6 @@ extern void mn10200_pop_frame (struct frame_info *);
#define CALL_DUMMY_START_OFFSET (0)
#define CALL_DUMMY_BREAKPOINT_OFFSET (0)
#define CALL_DUMMY_LOCATION AT_ENTRY_POINT
-#define DEPRECATED_PC_IN_CALL_DUMMY(pc, sp, frame_address) deprecated_pc_in_call_dummy_at_entry_point (pc, sp, frame_address)
#define FIX_CALL_DUMMY(DUMMY, START, FUNADDR, NARGS, ARGS, TYPE, GCCP)
#define CALL_DUMMY_ADDRESS() entry_point_address ()