This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[commit/mips] delete call to pc_in_call_dummy


Just noticed this bogon, deleted.

Andrew
2004-06-15  Andrew Cagney  <cagney@gnu.org>

	* mips-tdep.c (non_heuristic_proc_desc): Delete call to
	deprecated_pc_in_call_dummy.

Index: mips-tdep.c
===================================================================
RCS file: /cvs/src/src/gdb/mips-tdep.c,v
retrieving revision 1.297
diff -p -u -r1.297 mips-tdep.c
--- mips-tdep.c	11 Jun 2004 19:34:28 -0000	1.297
+++ mips-tdep.c	15 Jun 2004 15:03:32 -0000
@@ -2305,9 +2305,6 @@ non_heuristic_proc_desc (CORE_ADDR pc, C
   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;

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]