Re: Remove no-longer-needed fp-bit target macros

2014-09-08 Thread Richard Biener
On Fri, Sep 5, 2014 at 7:21 PM, Joseph S. Myers wrote: > This patch removes some fp-bit target macros that are no longer > needed: > > * __make_dp was not really designed as a target macro, but CRIS > defined it in cris.h anyway for optimization purposes (so making it > show up on lists of tar

Re: Remove no-longer-needed fp-bit target macros

2014-09-05 Thread Hans-Peter Nilsson
> From: "Joseph S. Myers" > Date: Fri, 5 Sep 2014 19:21:04 +0200 > This patch removes some fp-bit target macros that are no longer > needed: > > * __make_dp was not really designed as a target macro, but CRIS > defined it in cris.h anyway for optimization purposes Minor correction here: it wa

Remove no-longer-needed fp-bit target macros

2014-09-05 Thread Joseph S. Myers
This patch removes some fp-bit target macros that are no longer needed: * __make_dp was not really designed as a target macro, but CRIS defined it in cris.h anyway for optimization purposes (so making it show up on lists of target macros). Since CRIS no longer uses fp-bit, that definition i