diff options
author | Siddhesh Poyarekar <siddhesh@redhat.com> | 2014-06-25 08:47:13 +0530 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh@redhat.com> | 2014-06-25 08:47:13 +0530 |
commit | 911422da02cfb683f9d97c46e7a4049449ec1a23 (patch) | |
tree | caefccb492117744529606303b47f8df52b328f1 /ChangeLog | |
parent | 0d749bbebad48b4c673a29af03d5c5dd151881de (diff) | |
download | glibc-911422da02cfb683f9d97c46e7a4049449ec1a23.tar.gz glibc-911422da02cfb683f9d97c46e7a4049449ec1a23.tar.xz glibc-911422da02cfb683f9d97c46e7a4049449ec1a23.zip |
Add compat symbols for scalb* in i386
Bring back symbols into libc.so for scalb* functions. They are no longer used but unfortunately they're now part of the ABI.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index d95375372c..9409918ca9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2014-06-25 Siddhesh Poyarekar <siddhesh@redhat.com> + + [BZ #17086] + * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so. + * sysdeps/i386/fpu/s_scalbnf.S: Likewise. + * sysdeps/i386/fpu/s_scalbnl.S: Likewise. + 2014-06-24 Roland McGrath <roland@hack.frob.com> * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ... |