This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils 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] ARM gas Floating Point options


> Hi Paul,
> 
> > The attached patch adds floating point switches to the gas ARM target
> > in line with similar changes to GCC.
> >
> > Basically it adds -msoft-float and -mhard-float which can work
> > independently of -mfpu=. The existing -mfpu=soft* have been kept for
> > compatibility.
> 
> Why do you need this facility ?  Currently the specs strings
> constructed for gcc translate a -mhard-float or -msoft-float switch
> into the correct hard or soft floating point switches for gas so there
> is no need to support them directly.
> 
> There is however a good reason not to support them - they are too
> simplistic.  When -msoft-float is specified for example - there is no
> indication what kins of software floating support should be enabled.
> None at all ?  soft-VFP ?  soft-FPA ?
> 

Nick,

Please see this message on the gcc lists for a more detailed discussion.

http://gcc.gnu.org/ml/gcc-patches/2003-12/msg00642.html

R.


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