Readd definition of __expl in ldbl-128

This commit is contained in:
Joseph S. Myers 2009-10-24 00:07:32 +00:00 committed by Andreas Schwab
parent 98363ded87
commit 3ad3a4d059
2 changed files with 5 additions and 0 deletions

View File

@ -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]

View File

@ -55,4 +55,5 @@ u_threshold= -1.1433462743336297878837243843452621503410E4;
return z;
#endif
}
hidden_def (__expl)
weak_alias (__expl, expl)