* config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.

This commit is contained in:
Andrew Cagney 2002-02-10 07:17:17 +00:00
parent c30e006608
commit 9b56c5f366
2 changed files with 1 additions and 2 deletions

View 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.

View 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);