This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [rfc][28/37] Eliminate builtin_type_ macros: Update infcall.c routines


On Sun, Aug 31, 2008 at 07:51:13PM +0200, Ulrich Weigand wrote:
> @@ -472,6 +469,9 @@ call_function_by_hand (struct value *fun
>    funaddr = find_function_addr (function, &values_type);
>    CHECK_TYPEDEF (values_type);
>  
> +  if (!values_type)
> +    values_type = builtin_type (gdbarch)->builtin_int;
> +
>    /* Are we returning a value using a structure return (passing a
>       hidden argument pointing to storage) or a normal value return?
>       There are two cases: language-mandated structure return and

CHECK_TYPEDEF -> gdb_assert (type).

-- 
Daniel Jacobowitz
CodeSourcery


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]