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

2010-05-17 Thread Rathish C
me of library built for soft-fp and how to verify that the soft-fp files are compiled and linked with the gcc executable? Thanks Rathish.C > -Original Message- > From: David Edelsohn [mailto:dje@gmail.com] > Sent: Thursday, May 13, 2010 7:51 PM > To: Rathish C >

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