This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC 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] | |
On 1/19/07, Anders Schau Knatten <anders@knatten.org> wrote:I am trying to find some info on calling conventions used by g++ and g77,
but I cannot find anything in the manuals [1] and [2]. Does anyone know
any other sources I could check? What I am looking for is what calling
convention is used by default by g++ and g77 on linux/ia64, and how to
change this if needed.
[1] http://gcc.gnu.org/onlinedocs/gcc-3.4.6/cpp/ [2] http://gcc.gnu.org/onlinedocs/gcc-3.3.6/g77/
if i understand you correctly then u are asking how the parameters are are passed to function .....etc. All these are specified in Application Binary Interface of a particular arch.
-- Why do mathematicians often confuse Christmas and Halloween? Because Oct 31 = Dec 25.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |