This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [arm] Fix alignment of complex double types.
- From: Richard Earnshaw <Richard dot Earnshaw at arm dot com>
- To: Paul Brook <paul at codesourcery dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Fri, 30 Apr 2004 09:47:56 +0100
- Subject: Re: [arm] Fix alignment of complex double types.
- References: <200404292345.43486.paul@codesourcery.com>
On Thu, 2004-04-29 at 23:45, Paul Brook wrote:
> The following patch fixes the alignment of complex doubleword arguments under
> aapcs based ABIs. It looks at the alignment of the mode, rather than
> hardcoding specific modes.
>
> Tested with cross to arm-none-elf.
> Ok?
>
> Paul
>
> 2004-04-30 Paul Brook <paul@codesourcery.com>
>
> * arm.c (arm_needs_doubleword_align): Use mode alignment.
>
OK.
R.