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: [PATCH]: Promote float args on i386 (attn Hurd, Cygwin, DJGPP...)


Mark Kettenis wrote:

> It's got nothing to do with the Linux version, and probably everything
> with the compiler.  Could you post the assembler output that your compiler
> generates for the following fragment:
> 
> extern int foo (float f, float g);
> 
> void
> bar (void)
> {
>   foo (3.14, 2.72);
> }


Mark, 

Change the above code fragment to "extern int foo();"
and see what you get then.

				Michael

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