This is the mail archive of the gdb-patches@sources.redhat.com 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: [RFA] finish conversion to non-language-specific types


On Sun, Jun 01, 2003 at 10:56:50PM -0700, Richard Henderson wrote:
> Ok?

Definitely.

> r~
> 
> 
> 	* alpha-tdep.c (alpha_push_dummy_call): Use
> 	builtin_type_ieee_double_little instead of builtin_type_double.
> 
> --- alpha-tdep.c.6	2003-06-01 22:46:43.000000000 -0700
> +++ alpha-tdep.c	2003-06-01 22:47:47.000000000 -0700
> @@ -296,7 +296,7 @@ alpha_push_dummy_call (struct gdbarch *g
>  	  if (accumulate_size < sizeof (arg_reg_buffer)
>  	      && TYPE_LENGTH (arg_type) == 4)
>  	    {
> -	      arg_type = builtin_type_double;
> +	      arg_type = builtin_type_ieee_double_little;
>  	      arg = value_cast (arg_type, arg);
>  	    }
>  	  /* Tru64 5.1 has a 128-bit long double, and passes this by
> 

-- 
Daniel Jacobowitz
MontaVista Software                         Debian GNU/Linux Developer


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