This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Unwinding support for ARM VFPv3


On Mon, 2006-10-30 at 14:35 +0000, Mark Shinwell wrote:
> This patch adds unwinding support for ARM VFPv3 and also (for
> non-VFPv3 targets too) uses FLDMD instructions instead of the deprecated
> FLDMX ones if the taarget supports them.  It has been previously tested
> as much as is reasonably possible at the moment, and did not cause any
> regressions back in August when it was developed.
> 
> OK to apply to mainline after a further testing cycle?

I see no point in using fldmx anywhere.  All implementation of VFP that
I know about use an implementation that is compatible with using FLDMD,
so I think we should just junk any use of the deprecated form.

R.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]