aboutsummaryrefslogtreecommitdiff
path: root/gdb/inferior.h
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-05-08 18:37:17 +0000
committerAndrew Cagney <cagney@redhat.com>2004-05-08 18:37:17 +0000
commit0c93b7b6427188fbe8f934d03c12797185ff7c04 (patch)
treecb3fd9fdca6d7a18aca69e949e1d4e2ddac15046 /gdb/inferior.h
parent527ca6bb9e9a4c496c5bfd211ddaeffcbbc4827b (diff)
downloadfsf-binutils-gdb-0c93b7b6427188fbe8f934d03c12797185ff7c04.zip
fsf-binutils-gdb-0c93b7b6427188fbe8f934d03c12797185ff7c04.tar.gz
fsf-binutils-gdb-0c93b7b6427188fbe8f934d03c12797185ff7c04.tar.bz2
2004-05-08 Andrew Cagney <cagney@redhat.com>
* ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated pc_in_call_dummy. * inferior.h (deprecated_pc_in_call_dummy_on_stack): Delete. * blockframe.c (deprecated_pc_in_call_dummy_on_stack): Delete.
Diffstat (limited to 'gdb/inferior.h')
-rw-r--r--gdb/inferior.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/gdb/inferior.h b/gdb/inferior.h
index ab5a25b..cd2ada8 100644
--- a/gdb/inferior.h
+++ b/gdb/inferior.h
@@ -452,17 +452,6 @@ extern int attach_flag;
#endif
-/* Are we in a call dummy? */
-
-/* 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,
- 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.,