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: [RFA Darwin]: Add push_dummy_call for i386


> From: Tristan Gingold <gingold@adacore.com>
> Date: Mon, 6 Jul 2009 09:08:23 +0200
> 
> On Jul 3, 2009, at 6:48 PM, Mark Kettenis wrote:
> 
> >> + static int
> >> + i386_darwin_arg_type_alignment (struct type *type)
> >> + {
> >> +   type = check_typedef (type);
> >> +   /* Passing arguments.
> >> +      5.  The caller places 64-bit vectors (__m64) on the  
> >> parameter area,
> >> +          aligned to 8-byte boundaries.
> >
> > "on the parameter area"?  Probably a type.
> 
> I quoted LowLevelABI.pdf.  What is wrong in this sentence ?  (Keep
> in mind that I am not a native english speaker!)

Heh well, if it is a quotation, better not change it.  But perhaps the
comment should indicate this is a quotation from the ABI document?


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