diff options
author | Peter Schauer <Peter.Schauer@mytum.de> | 1996-12-21 21:01:19 +0000 |
---|---|---|
committer | Peter Schauer <Peter.Schauer@mytum.de> | 1996-12-21 21:01:19 +0000 |
commit | 988eafc044ac74a0c2365a4f08dc725f11177918 (patch) | |
tree | a2a83312ea4559f1d3452107d12b7ac55820f7db /gdb/config | |
parent | 61d2d19a171f28ab75175ffec6e3c1452f89f949 (diff) | |
download | gdb-988eafc044ac74a0c2365a4f08dc725f11177918.zip gdb-988eafc044ac74a0c2365a4f08dc725f11177918.tar.gz gdb-988eafc044ac74a0c2365a4f08dc725f11177918.tar.bz2 |
* config/mips/tm-mips.h (PC_IN_CALL_DUMMY): Removed, the default
definition in inferior.h is sufficient.
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/mips/tm-mips.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/config/mips/tm-mips.h b/gdb/config/mips/tm-mips.h index 1094429..d815cc7 100644 --- a/gdb/config/mips/tm-mips.h +++ b/gdb/config/mips/tm-mips.h @@ -402,9 +402,6 @@ extern void mips_pop_frame PARAMS ((void)); #define CALL_DUMMY_ADDRESS() (entry_point_address ()) -extern int mips_pc_in_call_dummy PARAMS ((CORE_ADDR pc)); -#define PC_IN_CALL_DUMMY(PC, SP, FP) mips_pc_in_call_dummy (PC) - /* There's a mess in stack frame creation. See comments in blockframe.c near reference to INIT_FRAME_PC_FIRST. */ |