2003-11-22 Andrew Cagney <cagney@redhat.com>
authorAndrew Cagney <cagney@redhat.com>
Sun, 23 Nov 2003 01:25:39 +0000 (01:25 +0000)
committerAndrew Cagney <cagney@redhat.com>
Sun, 23 Nov 2003 01:25:39 +0000 (01:25 +0000)
* mips-tdep.c (mips_frame_chain): Delete call to
deprecated_inside_entry_file.

gdb/ChangeLog
gdb/mips-tdep.c

index 2120ad12df65f2f4e291c457195f1f4cec40ffc8..457b4053aaa67033cadefc38852e14f3210eaea1 100644 (file)
@@ -1,5 +1,8 @@
 2003-11-22  Andrew Cagney  <cagney@redhat.com>
 
+       * mips-tdep.c (mips_frame_chain): Delete call to
+       deprecated_inside_entry_file.
+
        * frame.h (deprecated_set_frame_next_hack): Delete declaration.
        (deprecated_set_frame_prev_hack): Delete declaration.
        * frame.c (deprecated_set_frame_next_hack): Delete function.
index 2a3d59111ff3c321568cfdfc445e58ebe1a0b8b9..0946ecf0bdc17eaa30eba36ed89f3f096aad1ab4 100644 (file)
@@ -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)