From: Andrew Cagney Date: Tue, 15 Jun 2004 15:06:57 +0000 (+0000) Subject: 2004-06-15 Andrew Cagney X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=31eef181bbf2d7f0025a720e7b4abbf2ed1ffcbd;p=binutils-gdb.git 2004-06-15 Andrew Cagney * mips-tdep.c (non_heuristic_proc_desc): Delete call to deprecated_pc_in_call_dummy. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 6bfdd49af64..fea15277eb3 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2004-06-15 Andrew Cagney + + * mips-tdep.c (non_heuristic_proc_desc): Delete call to + deprecated_pc_in_call_dummy. + 2004-06-15 Alan Modra * dsrec.c (load_srec, make_srec): Use bfd_get_section_size instead of diff --git a/gdb/mips-tdep.c b/gdb/mips-tdep.c index b0fa206a749..77bac42ecd7 100644 --- a/gdb/mips-tdep.c +++ b/gdb/mips-tdep.c @@ -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;