aboutsummaryrefslogtreecommitdiff
path: root/gdb/inferior.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/inferior.h')
-rw-r--r--gdb/inferior.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/inferior.h b/gdb/inferior.h
index 115ffe1..ab5a25b 100644
--- a/gdb/inferior.h
+++ b/gdb/inferior.h
@@ -454,10 +454,10 @@ extern int attach_flag;
/* Are we in a call dummy? */
-/* NOTE: cagney/2002-11-24: Targets need to both switch to generic
- dummy frames, and use generic_pc_in_call_dummy(). The generic
- version should be able to handle all cases since that code works by
- saving the address of the dummy's breakpoint (where ever it is). */
+/* NOTE: cagney/2002-11-24 cagney/2004-03-22: Targets need to both
+ switch to generic dummy frames. The generic version should be able
+ to handle all cases since that code works by saving the address of
+ the dummy's breakpoint (where ever it is). */
extern int deprecated_pc_in_call_dummy_on_stack (CORE_ADDR pc,
CORE_ADDR sp,