Modifications to x86 __attribute__(__thiscall__) and __attribute__(cdecl) calling conventions

Ian Lance Taylor iant@google.com
Mon Mar 14 15:58:00 GMT 2011


Robert Butler <lighth7015@gmail.com> writes:

> Can anybody please help us locate where exactly in gcc-trunk's
> sourcecode the implementations of these conventions would be
> located?

gcc/config/i386/i386.c.  Search for cdecl and friends.

Ian



More information about the Gcc-help mailing list