mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-18 00:32:30 +08:00
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:
@ -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>
|
2004-06-15 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
* dsrec.c (load_srec, make_srec): Use bfd_get_section_size instead of
|
* 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 obj_section *sec;
|
||||||
struct mips_objfile_private *priv;
|
struct mips_objfile_private *priv;
|
||||||
|
|
||||||
if (deprecated_pc_in_call_dummy (pc))
|
|
||||||
return NULL;
|
|
||||||
|
|
||||||
find_pc_partial_function (pc, NULL, &startaddr, NULL);
|
find_pc_partial_function (pc, NULL, &startaddr, NULL);
|
||||||
if (addrptr)
|
if (addrptr)
|
||||||
*addrptr = startaddr;
|
*addrptr = startaddr;
|
||||||
|
Reference in New Issue
Block a user