[git commit master 1/1] libm: unhide signgam

Roman I Khimov khimov at altell.ru
Thu Jun 10 20:26:29 UTC 2010


commit: http://git.uclibc.org/uClibc/commit/?id=0671149ee68ee76d357c6dade14249fc9858d934
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/master

Fixes signgam checks in math tests on x86_64. It's R_X86_64_COPY for program,
so the program didn't see any changes from libm.

Signed-off-by: Roman I Khimov <khimov at altell.ru>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
 include/math.h   |    1 -
 libm/s_signgam.c |    1 -
 2 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/include/math.h b/include/math.h
index 83ed899..91ebd64 100644
--- a/include/math.h
+++ b/include/math.h
@@ -193,7 +193,6 @@ extern long double __REDIRECT_NTH (nexttowardl,
 #if defined __USE_MISC || defined __USE_XOPEN
 /* This variable is used by `gamma' and `lgamma'.  */
 extern int signgam;
-libm_hidden_proto(signgam)
 #endif
 
 
diff --git a/libm/s_signgam.c b/libm/s_signgam.c
index eee5d65..d67d591 100644
--- a/libm/s_signgam.c
+++ b/libm/s_signgam.c
@@ -1,4 +1,3 @@
 #include "math.h"
 #include "math_private.h"
 int signgam = 0;
-libm_hidden_def(signgam)
-- 
1.7.1



More information about the uClibc-cvs mailing list