summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/powerpc/bits/mathdef.h
diff options
context:
space:
mode:
authorJoakim Tjernlund <joakim.tjernlund@transmode.se>2007-02-13 15:01:38 +0000
committerJoakim Tjernlund <joakim.tjernlund@transmode.se>2007-02-13 15:01:38 +0000
commite04c4c3c877f1ca8e39e76498b34c16b322a51a0 (patch)
tree24f180b98e2fe3b0b3d09898f4d04110f14b1edd /libc/sysdeps/linux/powerpc/bits/mathdef.h
parent6c6e8d6eda24aff9ba9aa9274976e144f2a95fa1 (diff)
Add missing bits/fenv.h that got lost in the e500 port.
clean up E500 math support somewhat. From Steve Papacharalambous with mods by me.
Diffstat (limited to 'libc/sysdeps/linux/powerpc/bits/mathdef.h')
-rw-r--r--libc/sysdeps/linux/powerpc/bits/mathdef.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/libc/sysdeps/linux/powerpc/bits/mathdef.h b/libc/sysdeps/linux/powerpc/bits/mathdef.h
index 7c7d9f7d7..f28bacece 100644
--- a/libc/sysdeps/linux/powerpc/bits/mathdef.h
+++ b/libc/sysdeps/linux/powerpc/bits/mathdef.h
@@ -66,9 +66,6 @@ typedef double double_t;
#endif /* ISO C99 */
#ifndef __NO_LONG_DOUBLE_MATH
-#ifdef __CONFIG_E500__
-# define __NO_LONG_DOUBLE_MATH 1
-#else
#include <bits/wordsize.h>
/* Signal that we do not really have a `long double'. The disables the
declaration of all the `long double' function variants. */
@@ -77,5 +74,4 @@ typedef double double_t;
# elif !defined __UCLIBC_HAS_LONG_DOUBLE_MATH__
# define __NO_LONG_DOUBLE_MATH 1
# endif /* __WORDSIZE == 32 */
-# endif /* __CONGIG_E500__ */
-# endif /* __NO_LONG_DOUBLE_MATH */
+#endif /* __NO_LONG_DOUBLE_MATH */