summaryrefslogtreecommitdiff
path: root/fixincludes/tests/base/math.h
diff options
context:
space:
mode:
authorrwild <rwild@138bc75d-0d04-0410-961f-82ee72b054a4>2009-09-15 04:59:54 +0000
committerrwild <rwild@138bc75d-0d04-0410-961f-82ee72b054a4>2009-09-15 04:59:54 +0000
commit30a8006af0df5e08a07f64218b9b6e0381cab743 (patch)
tree2513484ed0437228c08e6fb2242742b090237c99 /fixincludes/tests/base/math.h
parenta9804e3ddcbae4934a8347827fff5328d8b77b5e (diff)
downloadgcc-30a8006af0df5e08a07f64218b9b6e0381cab743.tar.gz
Remove obsolete entries from fixincludes.
fixincludes/: * inclhack.def (isc_fmod, isc_omits_with_stdc) (nested_sys_limits, sco_math): Remove. * tests/base/math.h (ISC_FMOD_CHECK, SCO_MATH_CHECK): Remove. * tests/base/stdio.h (ISC_OMITS_WITH_STDC_CHECK): Remove. * tests/base/sys/limits.h: Remove. * fixincl.x: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@151708 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'fixincludes/tests/base/math.h')
-rw-r--r--fixincludes/tests/base/math.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/fixincludes/tests/base/math.h b/fixincludes/tests/base/math.h
index 88b24d33e34..9733744eafc 100644
--- a/fixincludes/tests/base/math.h
+++ b/fixincludes/tests/base/math.h
@@ -71,11 +71,6 @@ extern "C" int abs(int);
#endif /* HPUX8_BOGUS_INLINES_CHECK */
-#if defined( ISC_FMOD_CHECK )
-extern double fmod(double, double);
-#endif /* ISC_FMOD_CHECK */
-
-
#if defined( MATH_EXCEPTION_CHECK )
typedef struct exception t_math_exception;
#endif /* MATH_EXCEPTION_CHECK */
@@ -94,13 +89,6 @@ extern int class();
#endif /* RS6000_DOUBLE_CHECK */
-#if defined( SCO_MATH_CHECK )
-#define __fp_class(a) \
- __builtin_generic(a,"ld:__fplcassifyl;f:__fpclassifyf;:__fpclassify")
-
-#endif /* SCO_MATH_CHECK */
-
-
#if defined( STRICT_ANSI_NOT_CTD_CHECK )
#if 1 && \
&& defined(mumbling) |& ( !defined(__STRICT_ANSI__)) \