2004-06-15 Andrew Cagney <cagney@gnu.org>
* mips-tdep.c (non_heuristic_proc_desc): Delete call to deprecated_pc_in_call_dummy.
This commit is contained in:
parent
f84d8e26b4
commit
31eef181bb
2 changed files with 5 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue