summaryrefslogtreecommitdiff
path: root/sysdeps/m68k/fpu/bits/mathdef.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-09-01 07:00:07 +0000
committerUlrich Drepper <drepper@redhat.com>2000-09-01 07:00:07 +0000
commit507cef0861e1f359655337194048fe01cf5c1ba4 (patch)
tree0e1457604e0a7378b373d19ac6bab9b712f1b353 /sysdeps/m68k/fpu/bits/mathdef.h
parent417bafec1e0be945a745cb5f1ba95ac30524af21 (diff)
Update.
* math/Makefile (tests): Add tst-defintions. * math/tst-definitions.c: New file.
Diffstat (limited to 'sysdeps/m68k/fpu/bits/mathdef.h')
-rw-r--r--sysdeps/m68k/fpu/bits/mathdef.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/m68k/fpu/bits/mathdef.h b/sysdeps/m68k/fpu/bits/mathdef.h
index 7b09882e12..c3365a7ff2 100644
--- a/sysdeps/m68k/fpu/bits/mathdef.h
+++ b/sysdeps/m68k/fpu/bits/mathdef.h
@@ -38,7 +38,7 @@ typedef long double double_t; /* `double' expressions are evaluated as
# define INFINITY HUGE_VALF
/* The values returned by `ilogb' for 0 and NaN respectively. */
-# define FP_ILOGB0 (-2147483648)
+# define FP_ILOGB0 (-2147483647 - 1)
# define FP_ILOGBNAN (2147483647)
/* Number of decimal digits for the `long double' type. */