diff options
Diffstat (limited to 'sysdeps/sh/sh4/fpu/bits')
-rw-r--r-- | sysdeps/sh/sh4/fpu/bits/mathdef.h | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/sysdeps/sh/sh4/fpu/bits/mathdef.h b/sysdeps/sh/sh4/fpu/bits/mathdef.h index 577a596843..5f6758f18a 100644 --- a/sysdeps/sh/sh4/fpu/bits/mathdef.h +++ b/sysdeps/sh/sh4/fpu/bits/mathdef.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1997, 1998, 1999 Free Software Foundation, Inc. +/* Copyright (C) 1997, 1998, 1999, 2000 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -39,9 +39,6 @@ typedef float float_t; /* `float' expressions are evaluated as typedef double double_t; /* `double' expressions are evaluated as `double'. */ -/* Signal that types stay as they were declared. */ -# define FLT_EVAL_METHOD 0 - /* Define `INFINITY' as value of type `float'. */ # define INFINITY HUGE_VALF @@ -53,9 +50,6 @@ typedef double float_t; /* `float' expressions are evaluated as typedef double double_t; /* `double' expressions are evaluated as `double'. */ -/* Signal that both types are `double'. */ -# define FLT_EVAL_METHOD 1 - /* Define `INFINITY' as value of type `float'. */ # define INFINITY HUGE_VALF @@ -66,9 +60,6 @@ typedef double double_t; /* `double' expressions are evaluated as typedef double float_t; typedef double double_t; -/* Strange compiler, we don't know how it works. */ -# define FLT_EVAL_METHOD -1 - /* Define `INFINITY' as value of type `float'. */ # define INFINITY HUGE_VALF @@ -78,9 +69,6 @@ typedef double double_t; # define FP_ILOGB0 0x80000001 # define FP_ILOGBNAN 0x7fffffff -/* Number of decimal digits for the `double' type. */ -# define DECIMAL_DIG 15 - #endif /* ISO C99 */ #ifndef __NO_LONG_DOUBLE_MATH |