This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [csl-arm] Correct VFP unwinding
- From: Paul Brook <paul at codesourcery dot com>
- To: Daniel Jacobowitz <drow at false dot org>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Wed, 29 Dec 2004 21:25:40 +0000
- Subject: Re: [csl-arm] Correct VFP unwinding
- Organization: CodeSourcery
- References: <20041229212108.GA4252@nevyn.them.org>
On Wednesday 29 December 2004 21:21, Daniel Jacobowitz wrote:
> Paul helped me track down a bug in VFP unwinding yesterday; the hard part
> of this patch is all his. Without this change some FP unwinding directives
> can cause unwinding to fail prematurely.
>
> Look OK for csl-arm-branch, Paul?
>
> Daniel Jacobowitz
>
> 2004-12-29 ?Paul Brook ?<paul@codesourcery.com>
> ???????? ? ?Daniel Jacobowitz ?<dan@codesourcery.com>
>
> ????????* config/arm/unwind-arm.c (_Unwind_VRS_Pop): Correct spelling of
> ????????discriminator.
> ????????(__gnu_unwind_execute): Correct masks for VFP and FPA unwinding.
>
Ok.
Paul