This is the mail archive of the gdb-patches@sourceware.cygnus.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]

Re: RFA: USE_STRUCT_CONVENTION for NetBSD/i386


   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

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