glibc/soft-fp
Jakub Jelinek ae8e81f596 * soft-fp/soft-fp.h (CMPtype): Define to "int" if undefined.
* soft-fp/eqdf2.c (__eqdf2): Use CMPtype instead of int 
as the return type.  Change type of "r" variable to CMPtype. 
* soft-fp/eqsf2.c (__eqsf2): Likewise. 
* soft-fp/eqtf2.c (__eqtf2): Likewise. 
* soft-fp/gedf2.c (__gedf2): Likewise. 
* soft-fp/gesf2.c (__gesf2): Likewise. 
* soft-fp/getf2.c (__getf2): Likewise. 
* soft-fp/ledf2.c (__ledf2): Likewise. 
* soft-fp/lesf2.c (__lesf2): Likewise. 
* soft-fp/letf2.c (__letf2): Likewise. 
* soft-fp/unorddf2 (__unorddf2): Likewise. 
* soft-fp/unordsf2 (__unordsf2): Likewise. 
* soft-fp/unordtf2 (__unordtf2): Likewise.
2007-06-14 Uros Bizjak <ubizjak@gmail.com>

	* soft-fp/soft-fp.h (CMPtype): Define to "int" if undefined.
	* soft-fp/eqdf2.c (__eqdf2): Use CMPtype instead of int
	as the return type.  Change type of "r" variable to CMPtype.
	* soft-fp/eqsf2.c (__eqsf2): Likewise.
	* soft-fp/eqtf2.c (__eqtf2): Likewise.
	* soft-fp/gedf2.c (__gedf2): Likewise.
	* soft-fp/gesf2.c (__gesf2): Likewise.
	* soft-fp/getf2.c (__getf2): Likewise.
	* soft-fp/ledf2.c (__ledf2): Likewise.
	* soft-fp/lesf2.c (__lesf2): Likewise.
	* soft-fp/letf2.c (__letf2): Likewise.
	* soft-fp/unorddf2 (__unorddf2): Likewise.
	* soft-fp/unordsf2 (__unordsf2): Likewise.
	* soft-fp/unordtf2 (__unordtf2): Likewise.
2007-06-14 19:21:34 +00:00
..
adddf3.c
addsf3.c
addtf3.c
Banner
divdf3.c
divsf3.c
divtf3.c
double.h [BZ #2831] 2007-03-20 12:10:36 +00:00
eqdf2.c * soft-fp/soft-fp.h (CMPtype): Define to "int" if undefined. 2007-06-14 19:21:34 +00:00
eqsf2.c * soft-fp/soft-fp.h (CMPtype): Define to "int" if undefined. 2007-06-14 19:21:34 +00:00
eqtf2.c * soft-fp/soft-fp.h (CMPtype): Define to "int" if undefined. 2007-06-14 19:21:34 +00:00
extenddftf2.c
extended.h * soft-fp/op-common.h (FP_TRUNC): Replace raising of FP_EX_INEXACT 2007-05-03 16:36:49 +00:00
extendsfdf2.c
extendsftf2.c
fixdfdi.c
fixdfsi.c
fixsfdi.c
fixsfsi.c
fixtfdi.c
fixtfsi.c
fixunsdfdi.c
fixunsdfsi.c
fixunssfdi.c
fixunssfsi.c
fixunstfdi.c
fixunstfsi.c
floatdidf.c
floatdisf.c
floatditf.c
floatsidf.c
floatsisf.c
floatsitf.c
floatundidf.c * soft-fp/op-common.h (FP_TRUNC): Replace raising of FP_EX_INEXACT 2007-05-03 16:36:49 +00:00
floatundisf.c * soft-fp/op-common.h (FP_TRUNC): Replace raising of FP_EX_INEXACT 2007-05-03 16:36:49 +00:00
floatunditf.c
floatunsidf.c * soft-fp/op-common.h (FP_TRUNC): Replace raising of FP_EX_INEXACT 2007-05-03 16:36:49 +00:00
floatunsisf.c * soft-fp/op-common.h (FP_TRUNC): Replace raising of FP_EX_INEXACT 2007-05-03 16:36:49 +00:00
floatunsitf.c
gedf2.c * soft-fp/soft-fp.h (CMPtype): Define to "int" if undefined. 2007-06-14 19:21:34 +00:00
gesf2.c * soft-fp/soft-fp.h (CMPtype): Define to "int" if undefined. 2007-06-14 19:21:34 +00:00
getf2.c * soft-fp/soft-fp.h (CMPtype): Define to "int" if undefined. 2007-06-14 19:21:34 +00:00
ledf2.c * soft-fp/soft-fp.h (CMPtype): Define to "int" if undefined. 2007-06-14 19:21:34 +00:00
lesf2.c * soft-fp/soft-fp.h (CMPtype): Define to "int" if undefined. 2007-06-14 19:21:34 +00:00
letf2.c * soft-fp/soft-fp.h (CMPtype): Define to "int" if undefined. 2007-06-14 19:21:34 +00:00
Makefile
muldf3.c
mulsf3.c
multf3.c
negdf2.c
negsf2.c
negtf2.c
op-1.h
op-2.h * soft-fp/op-common.h (FP_TRUNC): Replace raising of FP_EX_INEXACT 2007-05-03 16:36:49 +00:00
op-4.h * soft-fp/op-common.h (FP_TRUNC): Replace raising of FP_EX_INEXACT 2007-05-03 16:36:49 +00:00
op-8.h
op-common.h * soft-fp/op-common.h (FP_TRUNC): Replace raising of FP_EX_INEXACT 2007-05-03 16:36:49 +00:00
quad.h [BZ #2831] 2007-03-20 12:10:36 +00:00
single.h
soft-fp.h * soft-fp/soft-fp.h (CMPtype): Define to "int" if undefined. 2007-06-14 19:21:34 +00:00
sqrtdf2.c
sqrtsf2.c
sqrttf2.c
subdf3.c
subsf3.c
subtf3.c
testit.c
truncdfsf2.c
trunctfdf2.c
trunctfsf2.c
unorddf2.c * soft-fp/soft-fp.h (CMPtype): Define to "int" if undefined. 2007-06-14 19:21:34 +00:00
unordsf2.c * soft-fp/soft-fp.h (CMPtype): Define to "int" if undefined. 2007-06-14 19:21:34 +00:00
unordtf2.c * soft-fp/soft-fp.h (CMPtype): Define to "int" if undefined. 2007-06-14 19:21:34 +00:00