RFA: USE_STRUCT_CONVENTION for NetBSD/i386

Mark Kettenis kettenis@wins.uva.nl
Wed Mar 22 16:33:00 GMT 2000


   From: jtc@redback.com (J.T. Conklin)
   Date: 22 Mar 2000 16:07:43 -0800

   Problems remain with functions returning structs of these two forms:

	   struct one_float_t {
		   float x;
	   };

	   struct one_double_t {
		   double x;
	   };

Could you elaborate on that?  What is the convention used by NetBSD
for returning those structs and why does GDB fail?

Mark


More information about the Gdb-patches mailing list