This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH 2/6] PowerPC64 FRAME_PARM_SAVE
Alan Modra <amodra@gmail.com> writes:
> This is just a tidy. I think FRAME_PARM[1-9]_SAVE confuse the code,
> particularly FRAME_PARM9_SAVE. There are only 8 parameter save slots!
>
> * sysdeps/powerpc/powerpc64/sysdep.h: (FRAME_BACKCHAIN,
> FRAME_CR_SAVE, FRAME_LR_SAVE): Move out of conditional.
> (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
> FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
> FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Delete.
> * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Replace
> uses of FRAME_PARM[1-9]_SAVE with FRAME_PARM_SAVE plus offset.
Looks good to me.
--
Tulio Magno