diff options
author | Ryan S. Arnold <rsa@us.ibm.com> | 2011-03-18 05:15:00 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-03-18 05:15:00 -0400 |
commit | ccfe366e6fc64bb81183480bd2ae113041d3c84c (patch) | |
tree | 60c633ae3eaa6eb2d5946456ffe5bb2f3cd8211c /ChangeLog | |
parent | c6e13027abd4b9c2d694fb4d8b28ab8290ea5971 (diff) | |
download | glibc-ccfe366e6fc64bb81183480bd2ae113041d3c84c.zip glibc-ccfe366e6fc64bb81183480bd2ae113041d3c84c.tar.gz glibc-ccfe366e6fc64bb81183480bd2ae113041d3c84c.tar.bz2 |
PowerPC: Fix POWER6 s_isnanf.S: END(__isnan) to END(__isnanf)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2011-03-16 Ryan S. Arnold <rsa@us.ibm.com> + + * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix + END(__isnan) to END(__isnanf) to match function entry point/label + EALIGN(__isnanf,...). + 2011-03-10 Jakub Jelinek <jakub@redhat.com> * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers. |