OSDN Git Service

* infcall.c (value_arg_coerce): Add GDBARCH parameter. Use its
authoruweigand <uweigand>
Thu, 11 Sep 2008 14:25:04 +0000 (14:25 +0000)
committeruweigand <uweigand>
Thu, 11 Sep 2008 14:25:04 +0000 (14:25 +0000)
commit6b80d51ad68b998a4de990c0303a2d8b8edc278e
tree51be9581dc0fe1d7bdc1801d188328ee4eae477b
parent96369d8ffbd05cae66ea02a38bb02b49bd61eee3
* infcall.c (value_arg_coerce): Add GDBARCH parameter.  Use its
associates types instead of builtin_type_ macros.
(find_function_addr): Leave output VALUE_TYPE NULL if unknown.
(call_function_by_hand): Use per-architecture "int" type as
fall-back if find_function_addr returns NULL VALUE_TYPE.
Update call to value_arg_coerce.
gdb/ChangeLog
gdb/infcall.c