On Tue, Nov 5, 2013 at 5:23 PM, Uros Bizjak <ubiz...@gmail.com> wrote:
> Attached patch enables soft-float multilibs for x86-32 RTEMS. The > patch activates SFmode and DFmode soft-float support routines. The > XFmode is mapped to DFmode due to lack of XFmode support in > soft-float. We already disable FPU return registers for -mno-80387, so > ABI is already changed for soft-float. The XFmode->DFmode mapping just > rides on this change. Please note that the change to gcc/config/i386/t-rtems, as included in the patch, was only for reference and was not committed to SVN. Uros.