diff options
author | Alan Modra <amodra@gmail.com> | 2013-08-17 18:26:39 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2013-10-04 10:33:05 +0930 |
commit | 32c301dfc9b786453e59b61fe4a821a89e1a206b (patch) | |
tree | 73e1f1d19a4eb83eb0278882aa962648f5158bdb /ChangeLog | |
parent | 650ef4bd7976e36831cba22d838b567d3b5f6e8f (diff) | |
download | glibc-32c301dfc9b786453e59b61fe4a821a89e1a206b.tar.gz glibc-32c301dfc9b786453e59b61fe4a821a89e1a206b.tar.xz glibc-32c301dfc9b786453e59b61fe4a821a89e1a206b.zip |
PowerPC floating point little-endian [5 of 15]
http://sourceware.org/ml/libc-alpha/2013-08/msg00085.html Rid ourselves of ieee854. * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double): Delete. (IEEE854_LONG_DOUBLE_BIAS): Delete. * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854 version of math_ldbl.h.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index e3647f33ef..ac0080be65 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ 2013-10-04 Alan Modra <amodra@gmail.com> + * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double): + Delete. + (IEEE854_LONG_DOUBLE_BIAS): Delete. + * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854 + version of math_ldbl.h. + +2013-10-04 Alan Modra <amodra@gmail.com> + [BZ #15734], [BZ #15735] * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite all uses of ieee875 long double macros and unions. Simplify test |