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] AAPCS complex value return [csl-arm-branch]


On Wednesday 05 January 2005 17:52, Julian Brown wrote:
> Hi,
>
> This patch alters the ABI for functions returning complex values to
> conform with the ARM AAPCS. Previously, multi-word complex values were
> returned in registers. With this patch they are treated the same as
> multi-word aggregates, i.e. they are returned in memory at an address
> passed in through r0.

Applied.

When submitting patches you should also state which target(s) you tested, and 
provide a ChangeLog entry, something like:

2004-01-05  Julian Brown  <julian@codesourcery.com>

 * config/arm/arm.c (arm_return_in_memory): Treat complex types
 as aggregates for AAPCS ABIs.

Paul


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