2004-06-15 Andrew Cagney <cagney@gnu.org>
authorAndrew Cagney <cagney@redhat.com>
Tue, 15 Jun 2004 15:06:57 +0000 (15:06 +0000)
committerAndrew Cagney <cagney@redhat.com>
Tue, 15 Jun 2004 15:06:57 +0000 (15:06 +0000)
* mips-tdep.c (non_heuristic_proc_desc): Delete call to
deprecated_pc_in_call_dummy.

gdb/ChangeLog
gdb/mips-tdep.c

index 6bfdd49..fea1527 100644 (file)
@@ -1,3 +1,8 @@
+2004-06-15  Andrew Cagney  <cagney@gnu.org>
+
+       * mips-tdep.c (non_heuristic_proc_desc): Delete call to
+       deprecated_pc_in_call_dummy.
+
 2004-06-15  Alan Modra  <amodra@bigpond.net.au>
 
        * dsrec.c (load_srec, make_srec): Use bfd_get_section_size instead of
index b0fa206..77bac42 100644 (file)
@@ -2305,9 +2305,6 @@ non_heuristic_proc_desc (CORE_ADDR pc, CORE_ADDR *addrptr)
   struct obj_section *sec;
   struct mips_objfile_private *priv;
 
-  if (deprecated_pc_in_call_dummy (pc))
-    return NULL;
-
   find_pc_partial_function (pc, NULL, &startaddr, NULL);
   if (addrptr)
     *addrptr = startaddr;