ABI and complex integral types
Richard Henderson
rth@redhat.com
Sat Jun 21 01:15:00 GMT 2003
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~
More information about the Gcc
mailing list