This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH,rs6000] fix interrupt safety issue on E500 targets
- From: David Edelsohn <dje at watson dot ibm dot com>
- To: Alan Modra <amodra at bigpond dot net dot au>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Tue, 16 Oct 2007 14:29:26 -0400
- Subject: Re: [PATCH,rs6000] fix interrupt safety issue on E500 targets
- References: <20071005083044.GB4478@bubble.grove.modra.org>
* config/rs6000/rs6000.c (rs6000_emit_epilogue): Correct
altivec sp_offset. Rearrange sp_offset assignments to
correspond to stack adjustments. Use frame_reg_rtx for
SPE register restores. Correct SPE stack adjustment.
Okay.
Thanks, David