Skip to content

Commit

Permalink
* sysdeps/sparc/sparc64/fpu/libm-test-ulps: Update.
Browse files Browse the repository at this point in the history
	* sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat64): Use
	libc_hidden_ver rather than libc_hidden_def.
  • Loading branch information
Roland McGrath committed Mar 1, 2006
1 parent c4a4875 commit c99445f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
9 changes: 9 additions & 0 deletions sysdeps/sparc/sparc64/fpu/libm-test-ulps
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -1192,6 +1197,10 @@ ifloat: 2
ildouble: 1
ldouble: 1

Function: "exp2":
ildouble: 2
ldouble: 2

Function: "expm1":
double: 1
float: 1
Expand Down
2 changes: 1 addition & 1 deletion sysdeps/unix/sysv/linux/i386/fxstatat.c
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c99445f

Please sign in to comment.