Re: [PATCH] PR libgcc/70363, fix __float128 problem with non ISA-3.0 assembler

2016-03-22 Thread David Edelsohn
On Tue, Mar 22, 2016 at 4:33 PM, Michael Meissner wrote: > This patch fixes PR libgcc/70363, which is a configuration issue if you build > GCC 6.x with an assembler that does not support the ISA 3.0 instructions. I > missed one emulation function that needed to be a different name if the IFUNC >

[PATCH] PR libgcc/70363, fix __float128 problem with non ISA-3.0 assembler

2016-03-22 Thread Michael Meissner
This patch fixes PR libgcc/70363, which is a configuration issue if you build GCC 6.x with an assembler that does not support the ISA 3.0 instructions. I missed one emulation function that needed to be a different name if the IFUNC functions added for ISA 3.0 support are not being built. I built