projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61d2d19
)
* config/mips/tm-mips.h (PC_IN_CALL_DUMMY): Removed, the default
author
Peter Schauer
<Peter.Schauer@mytum.de>
Sat, 21 Dec 1996 21:01:19 +0000
(21:01 +0000)
committer
Peter Schauer
<Peter.Schauer@mytum.de>
Sat, 21 Dec 1996 21:01:19 +0000
(21:01 +0000)
definition in inferior.h is sufficient.
gdb/config/mips/tm-mips.h
patch
|
blob
|
history
diff --git
a/gdb/config/mips/tm-mips.h
b/gdb/config/mips/tm-mips.h
index 10944298e3260d628a9a571b3b066a235ec2853c..d815cc7421e55595a796be5f891312f8b50603c3 100644
(file)
--- 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. */