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: ABI and complex integral types


On Fri, Jun 20, 2003 at 02:21:43PM +0200, Eric Botcazou wrote:
> What is the common ABI convention (if any) for passing complex integral 
> arguments by value to functions? Structure-like or list-like?

The most common convention is struct-like.  Though in a couple
of cases "struct-like" isn't as simple as it sounds; see mips
newabi and ia64.  There are a few that treat them as two
separate parameters.


r~


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