aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2002-02-10 07:17:17 +0000
committerAndrew Cagney <cagney@redhat.com>2002-02-10 07:17:17 +0000
commit9b56c5f366e5caee0092c69bccc7ee098dc5d9cd (patch)
treef395772afc655b365fe9190a99da5c519b331ba5
parentc30e0066089b0eddbbddeb0e7bbf7fb5969af2fc (diff)
downloadgdb-9b56c5f366e5caee0092c69bccc7ee098dc5d9cd.zip
gdb-9b56c5f366e5caee0092c69bccc7ee098dc5d9cd.tar.gz
gdb-9b56c5f366e5caee0092c69bccc7ee098dc5d9cd.tar.bz2
* config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
-rw-r--r--gdb/ChangeLog1
-rw-r--r--gdb/config/mips/tm-mips.h2
2 files changed, 1 insertions, 2 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index e61027e..652da18 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -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.
diff --git a/gdb/config/mips/tm-mips.h b/gdb/config/mips/tm-mips.h
index 741f285..8403ef8 100644
--- a/gdb/config/mips/tm-mips.h
+++ b/gdb/config/mips/tm-mips.h
@@ -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);