OSDN Git Service

* 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)
commitf0a8e62f79f9d834389126a62982c11706b4213e
tree890f1596e62f5518e7c6d9f509ce76416c821377
parentf18e78bcb8be70feb09cb0ce76baf847e7969f20
* 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