2002-12-08 Andrew Cagney <ac131313@redhat.com>
authorAndrew Cagney <cagney@redhat.com>
Sun, 8 Dec 2002 22:39:09 +0000 (22:39 +0000)
committerAndrew Cagney <cagney@redhat.com>
Sun, 8 Dec 2002 22:39:09 +0000 (22:39 +0000)
* config/mn10200/tm-mn10200.h (DEPRECATED_PC_IN_CALL_DUMMY):
Delete redundant definition.

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

index d9ea839..525b006 100644 (file)
@@ -1,3 +1,8 @@
+2002-12-08  Andrew Cagney  <ac131313@redhat.com>
+
+       * config/mn10200/tm-mn10200.h (DEPRECATED_PC_IN_CALL_DUMMY):
+       Delete redundant definition.
+
 2002-12-08  Elena Zannoni  <ezannoni@redhat.com>
 
         Import of readline 4.3:
index f776092..2370118 100644 (file)
@@ -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 ()