diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-11-26 06:23:45 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-11-26 06:23:45 +0000 |
commit | 0135bde4325a7d2888a4df993252953bd5e2b78c (patch) | |
tree | f83bf17a27d2276182ccce63bac775bafd272dfb /ChangeLog | |
parent | 6d316b07f1ea998c04887d6a4ea885b8527eafde (diff) | |
download | glibc-0135bde4325a7d2888a4df993252953bd5e2b78c.tar.gz glibc-0135bde4325a7d2888a4df993252953bd5e2b78c.tar.xz glibc-0135bde4325a7d2888a4df993252953bd5e2b78c.zip |
Update.
2003-11-25 Ulrich Drepper <drepper@redhat.com> * sysdeps/i386/fpu/bits/mathinline.h: Introduce __libc_sqrtl symbol. Define it appropriately after last change. Use it where __sqrtl was used.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 85e8571db9..2ac6130b37 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2003-11-25 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/i386/fpu/bits/mathinline.h: Introduce __libc_sqrtl symbol. + Define it appropriately after last change. Use it where __sqrtl + was used. + 2003-11-25 H.J. Lu <hongjiu.lu@intel.com> * sysdeps/i386/fpu/bits/mathinline.h (sqrt): Don't inline |