re PR libgcc/70363 (PowerPC __float128 to long double doesn't link if built with an assember without ISA 3.0 support)

2016-03-22  Michael Meissner  <meissner@linux.vnet.ibm.com>

	PR libgcc/70363
	* config/rs6000/extendkftf2-sw.c (__extendkftf2_sw): If libgcc was
	built with an assembler that does not support ISA 3.0
	instructions, rename __extendkftf2_sw to __extendkftf2.

From-SVN: r234408
This commit is contained in:
Michael Meissner 2016-03-22 21:05:43 +00:00 committed by Michael Meissner
parent 72c9526d3d
commit 104cdaf14f
2 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,10 @@
2016-03-22 Michael Meissner <meissner@linux.vnet.ibm.com>
PR libgcc/70363
* config/rs6000/extendkftf2-sw.c (__extendkftf2_sw): If libgcc was
built with an assembler that does not support ISA 3.0
instructions, rename __extendkftf2_sw to __extendkftf2.
2016-03-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
PR target/38239

View File

@ -39,6 +39,10 @@
#include "soft-fp.h"
#include "quad-float128.h"
#ifndef FLOAT128_HW_INSNS
#define __extendkftf2_sw __extendkftf2
#endif
IBM128_TYPE
__extendkftf2_sw (__float128 value)
{