2007-06-06 Markus Deuling <deuling@de.ibm.com>
* gdbarch.sh (INNER_THAN): Replace by gdbarch_inner_than. * infcall.c (call_function_by_hand): Likewise. * gcore.c (derive_stack_segment): Likewise. * frame.c (frame_id_inner): Likewise. * arch-utils.c (core_addr_lessthan): Likewise (comment). * ada-lang.c (ensure_lval): Likewise. * gdbarch.c, gdbarch.h: Regenerate.
This commit is contained in:
parent
76e713237b
commit
4d1e7dd175
9 changed files with 24 additions and 24 deletions
|
@ -382,7 +382,7 @@ frame_id_inner (struct frame_id l, struct frame_id r)
|
|||
comment in "frame.h", there is some fuzz here. Frameless
|
||||
functions are not strictly inner than (same .stack but
|
||||
different .code and/or .special address). */
|
||||
inner = INNER_THAN (l.stack_addr, r.stack_addr);
|
||||
inner = gdbarch_inner_than (current_gdbarch, l.stack_addr, r.stack_addr);
|
||||
if (frame_debug)
|
||||
{
|
||||
fprintf_unfiltered (gdb_stdlog, "{ frame_id_inner (l=");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue