diff options
author | 2009-10-24 00:07:32 +0000 | |
---|---|---|
committer | 2009-10-28 11:14:56 +0100 | |
commit | 3ad3a4d0593be70f99a94b009afa76a6dc3f0a17 (patch) | |
tree | eebc1054fd27db21fa42b30dafe332af127b0722 | |
parent | Fix range checks in coshl. (diff) | |
download | glibc-3ad3a4d0593be70f99a94b009afa76a6dc3f0a17.tar.xz glibc-3ad3a4d0593be70f99a94b009afa76a6dc3f0a17.zip |
Readd definition of __expl in ldbl-128
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | sysdeps/ieee754/ldbl-128/w_expl.c | 1 |
2 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2009-10-24 Joseph Myers <joseph@codesourcery.com> + + * sysdeps/ieee754/ldbl-128/w_expl.c: Add hidden_def (__expl). + 2009-10-27 Jakub Jelinek <jakub@redhat.com> [BZ #10817] diff --git a/sysdeps/ieee754/ldbl-128/w_expl.c b/sysdeps/ieee754/ldbl-128/w_expl.c index 816ce3caa6..d6205d3ef8 100644 --- a/sysdeps/ieee754/ldbl-128/w_expl.c +++ b/sysdeps/ieee754/ldbl-128/w_expl.c @@ -55,4 +55,5 @@ u_threshold= -1.1433462743336297878837243843452621503410E4; return z; #endif } +hidden_def (__expl) weak_alias (__expl, expl) |