summaryrefslogtreecommitdiffstats
path: root/gdb/mips-tdep.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2003-11-23 01:25:39 +0000
committerAndrew Cagney <cagney@redhat.com>2003-11-23 01:25:39 +0000
commit35bb18ac33578e5591761b842e1f6d1cab6e89ab (patch)
tree33513e7cbfce860d46fb9990e8bea34544fb5562 /gdb/mips-tdep.c
parent4e48c9dd27470559a7c5ff96444b2dfd0df4a1ea (diff)
downloadppe42-binutils-35bb18ac33578e5591761b842e1f6d1cab6e89ab.tar.gz
ppe42-binutils-35bb18ac33578e5591761b842e1f6d1cab6e89ab.zip
2003-11-22 Andrew Cagney <cagney@redhat.com>
* mips-tdep.c (mips_frame_chain): Delete call to deprecated_inside_entry_file.
Diffstat (limited to 'gdb/mips-tdep.c')
-rw-r--r--gdb/mips-tdep.c3
1 files changed, 0 insertions, 3 deletions
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)
OpenPOWER on IntegriCloud