Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [RFA] finish conversion to non-language-specific types
@ 2003-06-02  5:56 Richard Henderson
  2003-06-02 16:31 ` Daniel Jacobowitz
  0 siblings, 1 reply; 2+ messages in thread
From: Richard Henderson @ 2003-06-02  5:56 UTC (permalink / raw)
  To: gdb-patches

Ok?


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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-06-02 16:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-06-02  5:56 [RFA] finish conversion to non-language-specific types Richard Henderson
2003-06-02 16:31 ` Daniel Jacobowitz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox