* config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
authorAndrew Cagney <cagney@redhat.com>
Sun, 10 Feb 2002 07:17:17 +0000 (07:17 +0000)
committerAndrew Cagney <cagney@redhat.com>
Sun, 10 Feb 2002 07:17:17 +0000 (07:17 +0000)
gdb/ChangeLog
gdb/config/mips/tm-mips.h

index e61027e731f8fd91793546fc159cdfbc2862f349..652da185c2b9174e6cc486bb3e2fed2363252528 100644 (file)
@@ -1,5 +1,6 @@
 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
 
+       * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
        * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
        partial.
 
index 741f2854fc03f5b544b366cf059807ab7bdae9de..8403ef87153e07fa418884a1bb44056905f8e00c 100644 (file)
@@ -370,8 +370,6 @@ extern void mips_pop_frame (void);
 #define FIX_CALL_DUMMY(dummyname, start_sp, fun, nargs, args, rettype, gcc_p) \
     write_register(T9_REGNUM, fun)
 
-#define CALL_DUMMY_LOCATION AT_ENTRY_POINT
-
 #define CALL_DUMMY_ADDRESS() (mips_call_dummy_address ())
 extern CORE_ADDR mips_call_dummy_address (void);