This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] spu: fix broken debug info
- From: Andrew Pinski <pinskia at gmail dot com>
- To: Ulrich Weigand <uweigand at de dot ibm dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Wed, 20 Dec 2006 20:02:27 -0800
- Subject: Re: [PATCH] spu: fix broken debug info
- References: <200612142338.kBENcckw017589@d12av02.megacenter.de.ibm.com>
On Fri, 2006-12-15 at 00:38 +0100, Ulrich Weigand wrote:
> Hello,
>
> Tested on spu-elf. OK for mainline?
>
> Bye,
> Ulrich
>
>
> ChangeLog:
>
> * config/spu/spu.h (ARG_POINTER_CFA_OFFSET): Define.
> * config/spu/spu.c (spu_expand_prologue): Set RTX_FRAME_RELATED_P
> for insn setting up the frame pointer. Do not set it for insns
> setting up scratch registers or storing the backchain.
OK.
Thanks,
Andrew Pinski