calling convention used by the avr-gcc compiler
Hi there,
I want to know about the calling convention used by the avr-gcc
compiler. Can anyone please refer any document or manual where I can
look for the calling convention ?
Thank you,
Prinyanka
.
Relevant Pages
- Re: x86-64 and calling conventions
... and there is no particular relation between the registers and the ... Beyond Just Putting A Big Damper On The Compiler Machinery, ... Win32 is my primary target, with Linux as secondary ... either to break the calling convention or violate threading). ... (comp.compilers) - Re: debug error
... > convention with a function pointer declared with a different calling ... called the 'calling convention' of a function. ... specify with prefixes to your function declarations or compiler settings. ... If you call one function with the compiler believing it was convention X ... (comp.lang.c) - Re: x86 Stack Confusion
... The "C" calling convention is defined ... > by the compiler that compiles the operating system, ... > integer and the floating point register file. ... or "cdecl", ... (comp.lang.c) - Re: gfortran iso c bindings - capabilities
... problems with the STDCALL calling convention that gcc hasn't worked out ... some progress in that area (perhaps a wrongheaded approach, ... for gfortran to interoperate in a 32-bit Windows environment. ... is a good compiler and all that, but it doesn't seem to me to be ... (comp.lang.fortran) - Re: C3395: __declspec(dllexport) and __clrcall incompatible
... >> the following compiler error: ... In these cases special metadata ... is generated that the CLR can use to generate unmanaged -> managed thunks. ... The calling convention __clrcall exists only to avoid the generation of this ... (microsoft.public.dotnet.languages.vc) |
|