This is the mail archive of the gcc@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]

Re: register variable is clobbered by passing parameter to a function


"Wolfgang Kuehn" <wolfgang.kuehn@kristensen.de> writes:

> Last question: what means ABI ?

It means Application Binary Interface.  In this case it refers to the
calling convention, which is a binary interface between functions.
You can only safely call between functions which are all compiled with
the same ABI.

Ian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]