This is the mail archive of the gcc-patches@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: [PATCH] adds FreeBSD/x86-64 target


On Fri, Jan 25, 2002 at 09:21:15AM +0100, Andreas Jaeger wrote:
> That's right.  Basically:
> Values of class (the classes are defined in the ABI) INTEGER, SSE,
> SSEUP, X87 are returned in registers.  Values of class MEMORY are
> returned in memory.  Small structures in C will be returned in
> registers, larger ones via memory.

Does this mean that the DEFAULT_PCC_STRUCT_RETURN setting does nothing
for x86-64?
 


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