Re: Adding "soft-fp" support to a new target

2010-05-17 Thread David Edelsohn
On Mon, May 17, 2010 at 9:08 AM, Rathish C wrote: > But still the soft-fp routines are not getting used. Do we need to specify > any configure options to gcc? > > Also, please let me know the name of library built for soft-fp and how to > verify that the soft-fp files are compiled and linked with

RE: Adding "soft-fp" support to a new target

2010-05-17 Thread Rathish C
Cc: gcc@gcc.gnu.org > Subject: Re: Adding "soft-fp" support to a new target > > On Thu, May 13, 2010 at 7:10 AM, Rathish C > wrote: > > Hi, > > > > I am trying to add the soft-fp support to a new target. I have > > checked the implemen

Re: Adding "soft-fp" support to a new target

2010-05-13 Thread David Edelsohn
On Thu, May 13, 2010 at 7:10 AM, Rathish C wrote: > Hi, > > I am trying to add the soft-fp support to a new target. I have > checked the implementation done in rs6000 port, and done the > similar modifications to our port. I have made the following > changes. > >  (1) Added the following files >  

Adding "soft-fp" support to a new target

2010-05-13 Thread Rathish C
Hi, I am trying to add the soft-fp support to a new target. I have checked the implementation done in rs6000 port, and done the similar modifications to our port. I have made the following changes. (1) Added the following files t-fprules-softfp sfp-machine.h (2) Modified th