From 0c93b7b6427188fbe8f934d03c12797185ff7c04 Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Sat, 8 May 2004 18:37:17 +0000 Subject: 2004-05-08 Andrew Cagney * 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. --- gdb/inferior.h | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'gdb/inferior.h') 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., -- cgit v1.1