This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: powerpc64-linux altivec support
- From: Aldy Hernandez <aldyh at redhat dot com>
- To: Alan Modra <amodra at bigpond dot net dot au>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: 28 Aug 2002 11:25:31 -0400
- Subject: Re: powerpc64-linux altivec support
- References: <20020825152031.J18764@bubble.sa.bigpond.net.au>
>>>>> "Alan" == Alan Modra <amodra@bigpond.net.au> writes:
> Fixes lots of
> ../linux64.h:80: warning: `ADJUST_FIELD_ALIGN' redefined
> ../sysv4.h:387: warning: this is the location of the previous definition
> when building powerpc64-linux mainline gcc, and adds the TARGET_ALTIVEC
> values which were somehow left out.
> * config/rs6000/linux64.h (ADJUST_FIELD_ALIGN): Undef before
> defining. Handle TARGET_ALTIVEC too.
> (ROUND_TYPE_ALIGN): Handle TARGET_ALTIVEC.
This is OK.
Thanks.
Aldy