From f4314c5d62cb5004631592341c78944234bbf5b8 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Fri, 19 Dec 2008 15:54:01 +0100 Subject: [PATCH] remove debugging code --- toolchain/uClibc/uClibc.074-libm-ldouble-finite.00.patch | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/toolchain/uClibc/uClibc.074-libm-ldouble-finite.00.patch b/toolchain/uClibc/uClibc.074-libm-ldouble-finite.00.patch index e3fdd04..e8674b7 100644 --- a/toolchain/uClibc/uClibc.074-libm-ldouble-finite.00.patch +++ b/toolchain/uClibc/uClibc.074-libm-ldouble-finite.00.patch @@ -984,14 +984,12 @@ Index: uClibc/libc/sysdeps/linux/common/bits/mathcalls.h __END_NAMESPACE_C99 #endif -@@ -265,60 +224,48 @@ __END_NAMESPACE_C99 +@@ -265,60 +224,46 @@ __END_NAMESPACE_C99 __BEGIN_NAMESPACE_C99 /* Return representation of NaN for double type. */ __MATHCALLX (nan,, (__const char *__tagb), (__const__)); -libm_hidden_proto(nan) __END_NAMESPACE_C99 -+#else -+#error NO C99........ #endif @@ -1053,7 +1051,7 @@ Index: uClibc/libc/sysdeps/linux/common/bits/mathcalls.h #endif #ifdef __USE_MISC -@@ -326,7 +273,6 @@ libm_hidden_proto(gamma) +@@ -326,7 +271,6 @@ libm_hidden_proto(gamma) `signgam'. The reentrant version instead takes a pointer and stores the value through it. */ __MATHCALL (lgamma,_r, (_Mdouble_, int *__signgamp)); @@ -1061,7 +1059,7 @@ Index: uClibc/libc/sysdeps/linux/common/bits/mathcalls.h #endif -@@ -334,103 +280,80 @@ libm_hidden_proto(lgamma_r) +@@ -334,103 +278,80 @@ libm_hidden_proto(lgamma_r) __BEGIN_NAMESPACE_C99 /* Return the integer nearest X in the direction of the prevailing rounding mode. */ @@ -1182,7 +1180,7 @@ Index: uClibc/libc/sysdeps/linux/common/bits/mathcalls.h #endif /* Use ISO C99. */ #if defined __USE_MISC || defined __USE_XOPEN_EXTENDED || defined __USE_ISOC99 -@@ -440,5 +363,4 @@ __END_NAMESPACE_C99 +@@ -440,5 +361,4 @@ __END_NAMESPACE_C99 #if defined __USE_MISC || defined __USE_XOPEN_EXTENDED /* Return X times (2 to the Nth power). */ __MATHCALL (scalb,, (_Mdouble_ __x, _Mdouble_ __n)); -- 2.11.4.GIT