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
|
@ -3634,7 +3634,7 @@ ensure_lval (struct value *val, CORE_ADDR *sp)
|
|||
/* The following is taken from the structure-return code in
|
||||
call_function_by_hand. FIXME: Therefore, some refactoring seems
|
||||
indicated. */
|
||||
if (INNER_THAN (1, 2))
|
||||
if (gdbarch_inner_than (current_gdbarch, 1, 2))
|
||||
{
|
||||
/* Stack grows downward. Align SP and VALUE_ADDRESS (val) after
|
||||
reserving sufficient space. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue