This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Default function calling convention on x86_64
- From: Richard Henderson <rth at redhat dot com>
- To: Thiago Guzella <thiago dot guzella at gmail dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Fri, 22 Oct 2004 12:03:48 -0700
- Subject: Re: Default function calling convention on x86_64
- References: <7608a89f0410221152752b9d49@mail.gmail.com>
On Fri, Oct 22, 2004 at 03:52:06PM -0300, Thiago Guzella wrote:
> The fact is that I need to set the calling convention as cdecl for all
> assembly linked functions so that 64 and 32 bit asm functions do not
> differ when it comes to argument handling...
This is impossible. See x86-64.org for amd64 abi documentation.
r~