From 35bb18ac33578e5591761b842e1f6d1cab6e89ab Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Sun, 23 Nov 2003 01:25:39 +0000 Subject: 2003-11-22 Andrew Cagney * mips-tdep.c (mips_frame_chain): Delete call to deprecated_inside_entry_file. --- gdb/mips-tdep.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'gdb/mips-tdep.c') diff --git a/gdb/mips-tdep.c b/gdb/mips-tdep.c index 2a3d59111f..0946ecf0bd 100644 --- a/gdb/mips-tdep.c +++ b/gdb/mips-tdep.c @@ -2517,9 +2517,6 @@ mips_frame_chain (struct frame_info *frame) CORE_ADDR tmp; CORE_ADDR saved_pc = DEPRECATED_FRAME_SAVED_PC (frame); - if (saved_pc == 0 || deprecated_inside_entry_file (saved_pc)) - return 0; - /* Check if the PC is inside a call stub. If it is, fetch the PC of the caller of that stub. */ if ((tmp = SKIP_TRAMPOLINE_CODE (saved_pc)) != 0) -- cgit v1.2.1