]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Readd definition of __expl in ldbl-128
authorJoseph S. Myers <joseph@codesourcery.com>
Sat, 24 Oct 2009 00:07:32 +0000 (00:07 +0000)
committerAndreas Schwab <schwab@redhat.com>
Wed, 28 Oct 2009 10:14:56 +0000 (11:14 +0100)
ChangeLog
sysdeps/ieee754/ldbl-128/w_expl.c

index bac4e7a2f1bf5653b807d2a6a109a1095b64a514..7f1b00539ed62817c8020ac78028d7ed6adf0b12 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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]
index 816ce3caa65f677622e8822b503bb97bfc276874..d6205d3ef836b7478fb0ca4d0b473509d428144e 100644 (file)
@@ -55,4 +55,5 @@ u_threshold= -1.1433462743336297878837243843452621503410E4;
        return z;
 #endif
 }
+hidden_def (__expl)
 weak_alias (__expl, expl)