From e04c4c3c877f1ca8e39e76498b34c16b322a51a0 Mon Sep 17 00:00:00 2001 From: Joakim Tjernlund Date: Tue, 13 Feb 2007 15:01:38 +0000 Subject: 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. --- libc/sysdeps/linux/powerpc/bits/mathinline.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'libc/sysdeps/linux/powerpc/bits/mathinline.h') 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 -/* - * Disable for e500, uses library functions instead of in lines. - */ -#ifndef __CONFIG_E500__ - #ifndef _MATH_H # error "Never use directly; include instead." #endif @@ -188,5 +183,3 @@ __NTH (__ieee754_sqrtf (float __x)) #endif /* __LIBC_INTERNAL_MATH_INLINES */ #endif /* __GNUC__ && !_SOFT_FLOAT */ -#endif /* __CONFIG_E500__ */ - -- cgit v1.2.3