* infcall.c (value_arg_coerce): Add GDBARCH parameter. Use its
authorUlrich Weigand <uweigand@de.ibm.com>
Thu, 11 Sep 2008 14:25:04 +0000 (14:25 +0000)
committerUlrich Weigand <uweigand@de.ibm.com>
Thu, 11 Sep 2008 14:25:04 +0000 (14:25 +0000)
commit7788af6d308c7719a90b33584d95bea005c5ebd2
treec4318672a5bb602c9603ab504f5e885b3f8ccd32
parentad4820ab42603b59ee496405ce0baa7276a0f537
* 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