gcc/libgcc/soft-fp
Joseph Myers fa1e55b0a0 re PR other/53317 (Conversion from __int128 to __float128)
PR other/53317

gcc/testsuite:
	* gcc.dg/torture/fp-int-convert-float128-timode-2.c: New test.

libgcc:
	* soft-fp/adddf3.c: Update from glibc.
	* soft-fp/addsf3.c: Likewise.
	* soft-fp/addtf3.c: Likewise.
	* soft-fp/divdf3.c: Likewise.
	* soft-fp/divsf3.c: Likewise.
	* soft-fp/divtf3.c: Likewise.
	* soft-fp/double.h: Likewise.
	* soft-fp/eqdf2.c: Likewise.
	* soft-fp/eqsf2.c: Likewise.
	* soft-fp/eqtf2.c: Likewise.
	* soft-fp/extenddftf2.c: Likewise.
	* soft-fp/extended.h: Likewise.
	* soft-fp/extendsfdf2.c: Likewise.
	* soft-fp/extendsftf2.c: Likewise.
	* soft-fp/fixdfdi.c: Likewise.
	* soft-fp/fixdfsi.c: Likewise.
	* soft-fp/fixsfdi.c: Likewise.
	* soft-fp/fixsfsi.c: Likewise.
	* soft-fp/fixtfdi.c: Likewise.
	* soft-fp/fixtfsi.c: Likewise.
	* soft-fp/fixunsdfdi.c: Likewise.
	* soft-fp/fixunsdfsi.c: Likewise.
	* soft-fp/fixunssfdi.c: Likewise.
	* soft-fp/fixunssfsi.c: Likewise.
	* soft-fp/fixunstfdi.c: Likewise.
	* soft-fp/fixunstfsi.c: Likewise.
	* soft-fp/floatdidf.c: Likewise.
	* soft-fp/floatdisf.c: Likewise.
	* soft-fp/floatditf.c: Likewise.
	* soft-fp/floatsidf.c: Likewise.
	* soft-fp/floatsisf.c: Likewise.
	* soft-fp/floatsitf.c: Likewise.
	* soft-fp/floatundidf.c: Likewise.
	* soft-fp/floatundisf.c: Likewise.
	* soft-fp/floatunditf.c: Likewise.
	* soft-fp/floatunsidf.c: Likewise.
	* soft-fp/floatunsisf.c: Likewise.
	* soft-fp/floatunsitf.c: Likewise.
	* soft-fp/gedf2.c: Likewise.
	* soft-fp/gesf2.c: Likewise.
	* soft-fp/getf2.c: Likewise.
	* soft-fp/ledf2.c: Likewise.
	* soft-fp/lesf2.c: Likewise.
	* soft-fp/letf2.c: Likewise.
	* soft-fp/muldf3.c: Likewise.
	* soft-fp/mulsf3.c: Likewise.
	* soft-fp/multf3.c: Likewise.
	* soft-fp/negdf2.c: Likewise.
	* soft-fp/negsf2.c: Likewise.
	* soft-fp/negtf2.c: Likewise.
	* soft-fp/op-1.h: Likewise.
	* soft-fp/op-2.h: Likewise.
	* soft-fp/op-4.h: Likewise.
	* soft-fp/op-8.h: Likewise.
	* soft-fp/op-common.h: Likewise.
	* soft-fp/quad.h: Likewise.
	* soft-fp/single.h: Likewise.
	* soft-fp/soft-fp.h: Likewise.
	* soft-fp/subdf3.c: Likewise.
	* soft-fp/subsf3.c: Likewise.
	* soft-fp/subtf3.c: Likewise.
	* soft-fp/truncdfsf2.c: Likewise.
	* soft-fp/trunctfdf2.c: Likewise.
	* soft-fp/trunctfsf2.c: Likewise.
	* soft-fp/unorddf2.c: Likewise.
	* soft-fp/unordsf2.c: Likewise.
	* soft-fp/unordtf2.c: Likewise.
	* config/aarch64/sfp-machine.h (_FP_QNANNEGATEDP): Define to 0.
	* config/arm/sfp-machine.h (_FP_QNANNEGATEDP): Likewise.
	* config/c6x/sfp-machine.h (_FP_QNANNEGATEDP): Likewise.
	* config/i386/sfp-machine.h (_FP_QNANNEGATEDP): Likewise.
	* config/ia64/sfp-machine.h (_FP_QNANNEGATEDP): Likewise.
	* config/lm32/sfp-machine.h (_FP_QNANNEGATEDP): Likewise.
	* config/moxie/sfp-machine.h (_FP_QNANNEGATEDP): Likewise.
	* config/rs6000/sfp-machine.h (_FP_QNANNEGATEDP): Likewise.
	* config/score/sfp-machine.h (_FP_QNANNEGATEDP): Likewise.
	* config/tilegx/sfp-machine32.h (_FP_QNANNEGATEDP): Likewise.
	* config/tilegx/sfp-machine64.h (_FP_QNANNEGATEDP): Likewise.
	* config/tilepro/sfp-machine.h (_FP_QNANNEGATEDP): Likewise.

From-SVN: r200318
2013-06-21 20:08:01 +01:00
..
README
adddf3.c re PR other/53317 (Conversion from __int128 to __float128) 2013-06-21 20:08:01 +01:00
addsf3.c re PR other/53317 (Conversion from __int128 to __float128) 2013-06-21 20:08:01 +01:00
addtf3.c re PR other/53317 (Conversion from __int128 to __float128) 2013-06-21 20:08:01 +01:00
divdf3.c re PR other/53317 (Conversion from __int128 to __float128) 2013-06-21 20:08:01 +01:00
divsf3.c re PR other/53317 (Conversion from __int128 to __float128) 2013-06-21 20:08:01 +01:00
divtf3.c re PR other/53317 (Conversion from __int128 to __float128) 2013-06-21 20:08:01 +01:00
double.h re PR other/53317 (Conversion from __int128 to __float128) 2013-06-21 20:08:01 +01:00
eqdf2.c re PR other/53317 (Conversion from __int128 to __float128) 2013-06-21 20:08:01 +01:00
eqsf2.c re PR other/53317 (Conversion from __int128 to __float128) 2013-06-21 20:08:01 +01:00
eqtf2.c re PR other/53317 (Conversion from __int128 to __float128) 2013-06-21 20:08:01 +01:00
extenddftf2.c re PR other/53317 (Conversion from __int128 to __float128) 2013-06-21 20:08:01 +01:00
extended.h re PR other/53317 (Conversion from __int128 to __float128) 2013-06-21 20:08:01 +01:00
extendsfdf2.c re PR other/53317 (Conversion from __int128 to __float128) 2013-06-21 20:08:01 +01:00
extendsftf2.c re PR other/53317 (Conversion from __int128 to __float128) 2013-06-21 20:08:01 +01:00
extendxftf2.c
fixdfdi.c re PR other/53317 (Conversion from __int128 to __float128) 2013-06-21 20:08:01 +01:00
fixdfsi.c re PR other/53317 (Conversion from __int128 to __float128) 2013-06-21 20:08:01 +01:00
fixdfti.c
fixsfdi.c re PR other/53317 (Conversion from __int128 to __float128) 2013-06-21 20:08:01 +01:00
fixsfsi.c re PR other/53317 (Conversion from __int128 to __float128) 2013-06-21 20:08:01 +01:00
fixsfti.c
fixtfdi.c re PR other/53317 (Conversion from __int128 to __float128) 2013-06-21 20:08:01 +01:00
fixtfsi.c re PR other/53317 (Conversion from __int128 to __float128) 2013-06-21 20:08:01 +01:00
fixtfti.c
fixunsdfdi.c re PR other/53317 (Conversion from __int128 to __float128) 2013-06-21 20:08:01 +01:00
fixunsdfsi.c re PR other/53317 (Conversion from __int128 to __float128) 2013-06-21 20:08:01 +01:00
fixunsdfti.c
fixunssfdi.c re PR other/53317 (Conversion from __int128 to __float128) 2013-06-21 20:08:01 +01:00
fixunssfsi.c re PR other/53317 (Conversion from __int128 to __float128) 2013-06-21 20:08:01 +01:00
fixunssfti.c
fixunstfdi.c re PR other/53317 (Conversion from __int128 to __float128) 2013-06-21 20:08:01 +01:00
fixunstfsi.c re PR other/53317 (Conversion from __int128 to __float128) 2013-06-21 20:08:01 +01:00
fixunstfti.c
floatdidf.c re PR other/53317 (Conversion from __int128 to __float128) 2013-06-21 20:08:01 +01:00
floatdisf.c re PR other/53317 (Conversion from __int128 to __float128) 2013-06-21 20:08:01 +01:00
floatditf.c re PR other/53317 (Conversion from __int128 to __float128) 2013-06-21 20:08:01 +01:00
floatsidf.c re PR other/53317 (Conversion from __int128 to __float128) 2013-06-21 20:08:01 +01:00
floatsisf.c re PR other/53317 (Conversion from __int128 to __float128) 2013-06-21 20:08:01 +01:00
floatsitf.c re PR other/53317 (Conversion from __int128 to __float128) 2013-06-21 20:08:01 +01:00
floattidf.c
floattisf.c
floattitf.c
floatundidf.c re PR other/53317 (Conversion from __int128 to __float128) 2013-06-21 20:08:01 +01:00
floatundisf.c re PR other/53317 (Conversion from __int128 to __float128) 2013-06-21 20:08:01 +01:00
floatunditf.c re PR other/53317 (Conversion from __int128 to __float128) 2013-06-21 20:08:01 +01:00
floatunsidf.c re PR other/53317 (Conversion from __int128 to __float128) 2013-06-21 20:08:01 +01:00
floatunsisf.c re PR other/53317 (Conversion from __int128 to __float128) 2013-06-21 20:08:01 +01:00
floatunsitf.c re PR other/53317 (Conversion from __int128 to __float128) 2013-06-21 20:08:01 +01:00
floatuntidf.c
floatuntisf.c
floatuntitf.c
gedf2.c re PR other/53317 (Conversion from __int128 to __float128) 2013-06-21 20:08:01 +01:00
gesf2.c re PR other/53317 (Conversion from __int128 to __float128) 2013-06-21 20:08:01 +01:00
getf2.c re PR other/53317 (Conversion from __int128 to __float128) 2013-06-21 20:08:01 +01:00
ledf2.c re PR other/53317 (Conversion from __int128 to __float128) 2013-06-21 20:08:01 +01:00
lesf2.c re PR other/53317 (Conversion from __int128 to __float128) 2013-06-21 20:08:01 +01:00
letf2.c re PR other/53317 (Conversion from __int128 to __float128) 2013-06-21 20:08:01 +01:00
muldf3.c re PR other/53317 (Conversion from __int128 to __float128) 2013-06-21 20:08:01 +01:00
mulsf3.c re PR other/53317 (Conversion from __int128 to __float128) 2013-06-21 20:08:01 +01:00
multf3.c re PR other/53317 (Conversion from __int128 to __float128) 2013-06-21 20:08:01 +01:00
negdf2.c re PR other/53317 (Conversion from __int128 to __float128) 2013-06-21 20:08:01 +01:00
negsf2.c re PR other/53317 (Conversion from __int128 to __float128) 2013-06-21 20:08:01 +01:00
negtf2.c re PR other/53317 (Conversion from __int128 to __float128) 2013-06-21 20:08:01 +01:00
op-1.h re PR other/53317 (Conversion from __int128 to __float128) 2013-06-21 20:08:01 +01:00
op-2.h re PR other/53317 (Conversion from __int128 to __float128) 2013-06-21 20:08:01 +01:00
op-4.h re PR other/53317 (Conversion from __int128 to __float128) 2013-06-21 20:08:01 +01:00
op-8.h re PR other/53317 (Conversion from __int128 to __float128) 2013-06-21 20:08:01 +01:00
op-common.h re PR other/53317 (Conversion from __int128 to __float128) 2013-06-21 20:08:01 +01:00
quad.h re PR other/53317 (Conversion from __int128 to __float128) 2013-06-21 20:08:01 +01:00
single.h re PR other/53317 (Conversion from __int128 to __float128) 2013-06-21 20:08:01 +01:00
soft-fp.h re PR other/53317 (Conversion from __int128 to __float128) 2013-06-21 20:08:01 +01:00
subdf3.c re PR other/53317 (Conversion from __int128 to __float128) 2013-06-21 20:08:01 +01:00
subsf3.c re PR other/53317 (Conversion from __int128 to __float128) 2013-06-21 20:08:01 +01:00
subtf3.c re PR other/53317 (Conversion from __int128 to __float128) 2013-06-21 20:08:01 +01:00
truncdfsf2.c re PR other/53317 (Conversion from __int128 to __float128) 2013-06-21 20:08:01 +01:00
trunctfdf2.c re PR other/53317 (Conversion from __int128 to __float128) 2013-06-21 20:08:01 +01:00
trunctfsf2.c re PR other/53317 (Conversion from __int128 to __float128) 2013-06-21 20:08:01 +01:00
trunctfxf2.c
unorddf2.c re PR other/53317 (Conversion from __int128 to __float128) 2013-06-21 20:08:01 +01:00
unordsf2.c re PR other/53317 (Conversion from __int128 to __float128) 2013-06-21 20:08:01 +01:00
unordtf2.c re PR other/53317 (Conversion from __int128 to __float128) 2013-06-21 20:08:01 +01:00

README

Except for conversions involving TImode and conversions involving
XFmode, the files in this directory are part of the GNU C Library, not part
of GCC.  As described at <http://gcc.gnu.org/codingconventions.html>, changes
should be made to the GNU C Library and the changed files then imported
into GCC.