aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2017-10-19 17:59:41 +0000
committerJoseph Myers <joseph@codesourcery.com>2017-10-19 17:59:41 +0000
commit76f2ed922af33ff39617c49ee0e1b1e348bc9a1b (patch)
treeaa2e553a10277ec9eb4da270ec471a412e9f6a64 /ChangeLog
parent37bb78cb8c1fb6b5813407c8856b1557359e6343 (diff)
downloadglibc-76f2ed922af33ff39617c49ee0e1b1e348bc9a1b.zip
glibc-76f2ed922af33ff39617c49ee0e1b1e348bc9a1b.tar.gz
glibc-76f2ed922af33ff39617c49ee0e1b1e348bc9a1b.tar.bz2
Add MIPS bits/floatn.h.
This patch adds a MIPS-specific bits/floatn.h header. This header is identical to the ldbl-128 version except for the comment at the top; the purpose is to ensure that a 32-bit MIPS build installs a header that is the same as in a 64-bit MIPS build and so properly shows _Float128 support to be available for 64-bit compilations, on the general principle of an installation for one multilib providing headers also suitable for other multilibs. Tested with build-many-glibcs.py. * sysdeps/mips/ieee754/bits/floatn.h: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index eb0ba1f..dec8924 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2017-10-19 Joseph Myers <joseph@codesourcery.com>
+ * sysdeps/mips/ieee754/bits/floatn.h: New file.
+
[BZ #22322]
* sysdeps/mips/bits/long-double.h: Move to ....
* sysdeps/mips/ieee754/bits/long-double.h: ... here.