On Wed, 7 Aug 2013, Richard Sandiford wrote:
> > /* Define a function NAME that moves a return value of mode MODE from
> > FPRs to GPRs. */
> >
> > -#define RET_FUNCTION(NAME, MODE) \
> > +#define _RET_FUNCTION(NAME, MODE) \
> > STARTFN (NAME);\
> > MOVE
On Wed, 7 Aug 2013, Richard Sandiford wrote:
> > BTW, what's the "Check for MicroMIPS support." note seen in the
> > config.host piece of the patch referring to?
>
> No idea, please remove it.
I have committed the change below.
2013-08-13 Maciej W. Rozycki
libgcc/
* confi
"Maciej W. Rozycki" writes:
> BTW, what's the "Check for MicroMIPS support." note seen in the
> config.host piece of the patch referring to?
No idea, please remove it.
> /* Define a function NAME that moves a return value of mode MODE from
> FPRs to GPRs. */
>
> -#define RET_FUNCTION(N