This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: RS6000 Altivec stack layout fix
On Thu, Apr 15, 2004 at 10:18:03PM +0930, Alan Modra wrote:
> On Thu, Apr 15, 2004 at 08:21:13AM -0400, Aldy Hernandez wrote:
> > Hmmm, both STARTING_FRAME_OFFSET and rs6000_stack_info should key off
> > of TARGET_ALTIVEC_ABI instead of TARGET_ALTIVEC.
> >
> > We should probably review anything that may need TARGET_ALTIVEC_ABI
> > instead of TARGET_ALTIVEC...perhaps later.
> >
> > OK with those 2 changes.
>
> Aldy, I'm not really comfortable with changing TARGET_ALTIVEC to
> TARGET_ALTIVEC_ABI in just these two places. At the very least,
> STACK_DYNAMIC_OFFSET needs the same treatment. I'd be much more
> comfortable with leaving STARTING_FRAME_OFFSET as is, and make a
> wholesale change to TARGET_ALTIVEC_ABI at a later date.
Ok.