]> sourceware.org Git - glibc.git/commitdiff
* sysdeps/sparc/sparc64/fpu/libm-test-ulps: Update.
authorRoland McGrath <roland@gnu.org>
Wed, 1 Mar 2006 21:26:02 +0000 (21:26 +0000)
committerRoland McGrath <roland@gnu.org>
Wed, 1 Mar 2006 21:26:02 +0000 (21:26 +0000)
* sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat64): Use
libc_hidden_ver rather than libc_hidden_def.

ChangeLog
sysdeps/sparc/sparc64/fpu/libm-test-ulps
sysdeps/unix/sysv/linux/i386/fxstatat.c

index 067f551cee3f4ece99a3f00a09e46e3597a786fb..191989663bfe901f24470c2764d42364b13ee4d5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2006-03-01  Jakub Jelinek  <jakub@redhat.com>
 
+       * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Update.
+
+       * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat64): Use
+       libc_hidden_ver rather than libc_hidden_def.
+
        * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Update.
        * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept):
        Use inline asm to make sure the compiler doesn't optimize insns out.
index 5719a7ca547f2bb0db25b48d991479dc116d4288..db5543e9ebc6dad2ea0946b286ae1f719d28f25b 100644 (file)
@@ -465,6 +465,11 @@ ifloat: 2
 ildouble: 1
 ldouble: 1
 
+# exp2
+Test "exp2 (10) == 1024":
+ildouble: 2
+ldouble: 2
+
 # expm1
 Test "expm1 (0.75) == 1.11700001661267466854536981983709561":
 double: 1
@@ -1192,6 +1197,10 @@ ifloat: 2
 ildouble: 1
 ldouble: 1
 
+Function: "exp2":
+ildouble: 2
+ldouble: 2
+
 Function: "expm1":
 double: 1
 float: 1
index b077435553ba00cdcd8e3d6bd32b728e02296d56..94f6e811863320d031e3a55bc9d70d2a8bdda9c5 100644 (file)
@@ -172,5 +172,5 @@ libc_hidden_def (__fxstatat)
 #ifdef XSTAT_IS_XSTAT64
 # undef __fxstatat64
 strong_alias (__fxstatat, __fxstatat64);
-libc_hidden_def (__fxstatat64)
+libc_hidden_ver (__fxstatat, __fxstatat64)
 #endif
This page took 0.060553 seconds and 5 git commands to generate.