On 1/19/07, Anders Schau Knatten <anders@xxxxxxxxxxx> 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/
Anders
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. hope it helps regards kanishk
-- Why do mathematicians often confuse Christmas and Halloween? Because Oct 31 = Dec 25.
-- Everybody is made for some purpose. Find yours.