diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-06-02 22:41:06 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-06-02 22:41:06 +0000 |
commit | 051ed63dd9ef76d3a39a3f2c00c2532eb78af50a (patch) | |
tree | 0f637afd5143fd70bedc17ca074d5c1b6ccb24c9 | |
parent | dfb87dc8128c1e960b61df984412a5b33943b2ce (diff) | |
download | glibc-051ed63dd9ef76d3a39a3f2c00c2532eb78af50a.tar.gz glibc-051ed63dd9ef76d3a39a3f2c00c2532eb78af50a.tar.xz glibc-051ed63dd9ef76d3a39a3f2c00c2532eb78af50a.zip |
Update.
2003-06-02 Bernd Schmidt <bernds@redhat.com> * sysdeps/i386/fpu/bits/mathinline.h (sqrt, __sqrtl, ldexp, ldexpf, ldexpl): Only define if __FAST_MATH__.
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 1c004283c3..48c1c58afc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-06-02 Bernd Schmidt <bernds@redhat.com> + + * sysdeps/i386/fpu/bits/mathinline.h (sqrt, __sqrtl, ldexp, + ldexpf, ldexpl): Only define if __FAST_MATH__. + 2003-06-02 Richard C. Bilson <rcbilson@plg.uwaterloo.ca> Replace hard-coded offsets into struct sigcontext with generated file. |