diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-12-04 08:37:38 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-12-04 08:37:38 +0000 |
commit | 767b6275d7bf9096e3f52348401632e1e58d4896 (patch) | |
tree | 90d5020efe471f708220a132870a47c7d562a9c4 /sysdeps/ia64 | |
parent | 09881ccc3250a2fe1b55b99f8d432efc8cb7b523 (diff) | |
download | glibc-767b6275d7bf9096e3f52348401632e1e58d4896.tar.gz glibc-767b6275d7bf9096e3f52348401632e1e58d4896.tar.xz glibc-767b6275d7bf9096e3f52348401632e1e58d4896.zip |
Update.
2000-12-04 Ulrich Drepper <drepper@redhat.com> * sysdeps/alpha/fpu/bits/mathdef.h: Remove FLT_EVAL_METHOD and DECIMAL_DIG definitions. * sysdeps/arm/fpu/bits/mathdef.h: Likewise * sysdeps/generic/bits/mathdef.h: Likewise * sysdeps/i386/fpu/bits/mathdef.h: Likewise * sysdeps/ia64/fpu/bits/mathdef.h: Likewise * sysdeps/m68k/fpu/bits/mathdef.h: Likewise * sysdeps/powerpc/fpu/bits/mathdef.h: Likewise * sysdeps/sparc/fpu/bits/mathdef.h: Likewise * sysdeps/sh/sh4/fpu/bits/mathdef.h: Likewise * math/test-fenv.c (main): Use return instead of exit to avoid warning. * math/atest-exp.c: Mark local functions as static to avoid warnings. * math/atest-exp2.c: Likewise. * math/atest-sincos.c: Likewise.
Diffstat (limited to 'sysdeps/ia64')
-rw-r--r-- | sysdeps/ia64/fpu/bits/mathdef.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sysdeps/ia64/fpu/bits/mathdef.h b/sysdeps/ia64/fpu/bits/mathdef.h index bd2ce5d262..90c1e89f87 100644 --- a/sysdeps/ia64/fpu/bits/mathdef.h +++ b/sysdeps/ia64/fpu/bits/mathdef.h @@ -31,9 +31,6 @@ typedef long double float_t; /* `float' expressions are evaluated as typedef long double double_t; /* `double' expressions are evaluated as `long double'. */ -/* Signal that both types are `long double'. */ -# define FLT_EVAL_METHOD 2 - /* Define `INFINITY' as value of type `float'. */ # define INFINITY HUGE_VALF @@ -41,7 +38,4 @@ typedef long double double_t; /* `double' expressions are evaluated as # define FP_ILOGB0 (-2147483647 - 1) # define FP_ILOGBNAN (-2147483647 - 1) -/* Number of decimal digits for the `long double' type. */ -# define DECIMAL_DIG 18 - #endif /* ISO C99 */ |