summaryrefslogtreecommitdiff
path: root/gdb/inferior.h
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-03-22 01:43:32 +0000
committerAndrew Cagney <cagney@redhat.com>2004-03-22 01:43:32 +0000
commit9c752e4c74e964be77404adbd286be560c63ebda (patch)
tree0a6bfbbb67b8cade9ebd1a9bde51832e6cff24e9 /gdb/inferior.h
parent8ef2ea285e12c6545ace11e4ec0f1fd5215c0043 (diff)
downloadgdb-9c752e4c74e964be77404adbd286be560c63ebda.tar.gz
2004-03-21 Andrew Cagney <cagney@redhat.com>
* inferior.h (deprecated_pc_in_call_dummy_at_entry_point): Delete declaration and out-of-date comment. * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point): Delete function. * mn10300-tdep.c (mn10300_gdbarch_init): Do not set deprecated_pc_in_call_dummy.
Diffstat (limited to 'gdb/inferior.h')
-rw-r--r--gdb/inferior.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/gdb/inferior.h b/gdb/inferior.h
index b36dcd45b1d..115ffe1e3d8 100644
--- a/gdb/inferior.h
+++ b/gdb/inferior.h
@@ -463,15 +463,6 @@ extern int deprecated_pc_in_call_dummy_on_stack (CORE_ADDR pc,
CORE_ADDR sp,
CORE_ADDR frame_address);
-/* 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). */
-
-extern int deprecated_pc_in_call_dummy_at_entry_point (CORE_ADDR pc,
- CORE_ADDR sp,
- CORE_ADDR frame_address);
-
/* If STARTUP_WITH_SHELL is set, GDB's "run"
will attempts to start up the debugee under a shell.
This is in order for argument-expansion to occur. E.g.,