OSDN Git Service

libm: unhide signgam
authorRoman I Khimov <khimov@altell.ru>
Thu, 10 Jun 2010 20:17:04 +0000 (22:17 +0200)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Thu, 10 Jun 2010 20:17:04 +0000 (22:17 +0200)
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@altell.ru>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
include/math.h
libm/s_signgam.c

index 83ed899..91ebd64 100644 (file)
@@ -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
 
 
index eee5d65..d67d591 100644 (file)
@@ -1,4 +1,3 @@
 #include "math.h"
 #include "math_private.h"
 int signgam = 0;
-libm_hidden_def(signgam)