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: [ARM] hard VFP calling convention support [2/3]


On Tue, 17 Mar 2009, Richard Earnshaw wrote:

> On Tue, 2009-03-17 at 10:50 -0700, Mark Mitchell wrote:
> > Daniel Jacobowitz wrote:
> > 
> > >> @@ -1273,6 +1287,7 @@ proc check_effective_target_arm_vfp_ok {
> > >>  proc check_effective_target_arm_neon_ok { } {
> > >>      if { [check_effective_target_arm32] } {
> > >>          return [check_no_compiler_messages arm_neon_ok object {
> > >> +	    #include "arm-neon.h"
> > >>              int dummy;
> > >>          } "-mfpu=neon -mfloat-abi=softfp"]
> > >>      } else {
> > > 
> > > It's arm_neon.h.
> > 
> > The obvious patch is pre-approved.
> > 
> > Thanks,
> > 
> 
> This is actually for a branch as the code isn't currently on trunk.
> 
> Patch is pre-approved there too, but please make sure you use at least
> version 1.5 of subversion if committing to the branch as I'm using the
> new svn merge functionality to track mainline.

I have now committed this patch to the branch.

-- 
Joseph S. Myers
joseph@codesourcery.com


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