summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/powerpc/bits/mathinline.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/mathinline.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/mathinline.h')
-rw-r--r--libc/sysdeps/linux/powerpc/bits/mathinline.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/libc/sysdeps/linux/powerpc/bits/mathinline.h b/libc/sysdeps/linux/powerpc/bits/mathinline.h
index 695cc3fab..e2536a3cc 100644
--- a/libc/sysdeps/linux/powerpc/bits/mathinline.h
+++ b/libc/sysdeps/linux/powerpc/bits/mathinline.h
@@ -20,11 +20,6 @@
#include <features.h>
-/*
- * Disable for e500, uses library functions instead of in lines.
- */
-#ifndef __CONFIG_E500__
-
#ifndef _MATH_H
# error "Never use <bits/mathinline.h> directly; include <math.h> instead."
#endif
@@ -188,5 +183,3 @@ __NTH (__ieee754_sqrtf (float __x))
#endif /* __LIBC_INTERNAL_MATH_INLINES */
#endif /* __GNUC__ && !_SOFT_FLOAT */
-#endif /* __CONFIG_E500__ */
-